Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
a532ebbe
Commit
a532ebbe
authored
Sep 11, 2013
by
Tristan Matthews
Browse files
* #29736: presence: fix warning
parent
a84a6f88
Changes
1
Hide whitespace changes
Inline
Side-by-side
daemon/src/sip/sipaccount.cpp
View file @
a532ebbe
...
@@ -119,10 +119,10 @@ SIPAccount::SIPAccount(const std::string& accountID)
...
@@ -119,10 +119,10 @@ SIPAccount::SIPAccount(const std::string& accountID)
,
keepAliveEnabled_
(
false
)
,
keepAliveEnabled_
(
false
)
,
keepAliveTimer_
()
,
keepAliveTimer_
()
,
link_
(
SIPVoIPLink
::
instance
())
,
link_
(
SIPVoIPLink
::
instance
())
,
presence_
(
new
SIPPresence
(
this
))
,
receivedParameter_
(
""
)
,
receivedParameter_
(
""
)
,
rPort_
(
-
1
)
,
rPort_
(
-
1
)
,
via_addr_
()
,
via_addr_
()
,
presence_
(
new
SIPPresence
(
this
))
,
audioPortRange_
({
16384
,
32766
})
,
audioPortRange_
({
16384
,
32766
})
#ifdef SFL_VIDEO
#ifdef SFL_VIDEO
,
videoPortRange_
({
49152
,
(
MAX_PORT
)
-
2
})
,
videoPortRange_
({
49152
,
(
MAX_PORT
)
-
2
})
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment