mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
fix again bug with proxy config
This commit is contained in:
parent
f8f8b3ba3e
commit
0fc72e2162
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ int linphone_proxy_config_set_server_addr(LinphoneProxyConfig *obj, const char *
|
|||
}
|
||||
}
|
||||
if (addr){
|
||||
obj->reg_proxy=linphone_address_as_string(addr);
|
||||
obj->reg_proxy=linphone_address_as_string_uri_only(addr);
|
||||
linphone_address_destroy(addr);
|
||||
}else{
|
||||
ms_warning("Could not parse %s",server_addr);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue