mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
fix compilation
This commit is contained in:
parent
92762859a4
commit
59655c7d51
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue