From 56a08e7fab0ea59c1f5d25139d17163372bc19b0 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Thu, 24 Sep 2015 16:57:39 +0200 Subject: [PATCH] fix compilation issue --- coreapi/bellesip_sal/sal_impl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/bellesip_sal/sal_impl.c b/coreapi/bellesip_sal/sal_impl.c index 81a967fe9..03a467041 100644 --- a/coreapi/bellesip_sal/sal_impl.c +++ b/coreapi/bellesip_sal/sal_impl.c @@ -1205,7 +1205,7 @@ void sal_set_http_proxy_host(Sal *sal, const char *host) { if (lp){ belle_sip_tls_listening_point_set_http_proxy_host(lp,sal->http_proxy_host); - belle_sip_tls_listening_point_set_http_proxy_port(lp,sal->http_proxy_host); + belle_sip_tls_listening_point_set_http_proxy_port(lp,sal->http_proxy_port); } }