Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
59655c7d
Commit
59655c7d
authored
Apr 16, 2014
by
Simon Morlat
Browse files
fix compilation
parent
92762859
Changes
1
Hide whitespace changes
Inline
Side-by-side
coreapi/linphonecore.c
View file @
59655c7d
...
...
@@ -1955,7 +1955,7 @@ static int apply_transports(LinphoneCore *lc){
transport_error
(
lc
,
"tcp"
,
tr
->
tcp_port
);
}
}
if
(
linphone_core_sip_transport_supported
(
LinphoneTransportTls
)){
if
(
linphone_core_sip_transport_supported
(
lc
,
LinphoneTransportTls
)){
if
(
tr
->
tls_port
!=
0
){
if
(
sal_listen_port
(
sal
,
anyaddr
,
tr
->
tls_port
,
SalTransportTLS
,
TRUE
)
!=
0
){
transport_error
(
lc
,
"tls"
,
tr
->
tls_port
);
...
...
Write
Preview
Markdown
is supported
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