fix linphone_address_get_port_int replaced by linphone_address_get_port

This commit is contained in:
Jehan Monnier 2013-09-27 08:49:23 +02:00
parent 488020498d
commit 39a827344e

View file

@ -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"];