mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
fix compilation issue
This commit is contained in:
parent
4a21150da7
commit
56a08e7fab
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue