mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
fix linphone_address_get_port_int replaced by linphone_address_get_port
This commit is contained in:
parent
488020498d
commit
39a827344e
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ extern void linphone_iphone_log_handler(int lev, const char *fmt, va_list args);
|
|||
if (addr){
|
||||
const char *proxy=linphone_proxy_config_get_addr(cfg);
|
||||
LinphoneAddress *proxy_addr=linphone_address_new(proxy);
|
||||
int port=linphone_address_get_port_int(proxy_addr);
|
||||
int port=linphone_address_get_port(proxy_addr);
|
||||
|
||||
[self setString: linphone_address_get_username(addr) forKey:@"username_preference"];
|
||||
[self setString: linphone_address_get_domain(addr) forKey:@"domain_preference"];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue