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
3ec61a24
Commit
3ec61a24
authored
Aug 15, 2013
by
Tristan Matthews
Committed by
Patrick Keroulas
Aug 15, 2013
Browse files
* #28529: sip: fix build when video is disabled
parent
0bde5fde
Changes
1
Hide whitespace changes
Inline
Side-by-side
daemon/src/sip/sipaccount.cpp
View file @
3ec61a24
...
...
@@ -116,7 +116,9 @@ SIPAccount::SIPAccount(const std::string& accountID)
,
rPort_
(
-
1
)
,
via_addr_
()
,
audioPortRange_
(
16384
,
32766
)
#ifdef SFL_VIDEO
,
videoPortRange_
(
49152
,
65534
)
#endif
{
via_addr_
.
host
.
ptr
=
0
;
via_addr_
.
host
.
slen
=
0
;
...
...
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