fix compilation

This commit is contained in:
Simon Morlat 2014-04-16 16:21:08 +02:00
parent 92762859a4
commit 59655c7d51

View file

@ -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);