From 59655c7d51933cc3ed40056452efb7a7b285890e Mon Sep 17 00:00:00 2001 From: Simon Morlat Date: Wed, 16 Apr 2014 16:21:08 +0200 Subject: [PATCH] fix compilation --- coreapi/linphonecore.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/linphonecore.c b/coreapi/linphonecore.c index b80514e58..7c30c3b17 100644 --- a/coreapi/linphonecore.c +++ b/coreapi/linphonecore.c @@ -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);