forked from mirrors/linphone-iphone
remove network handler unregistration
This commit is contained in:
parent
6fae63450e
commit
f004f72b21
1 changed files with 0 additions and 3 deletions
|
|
@ -349,9 +349,6 @@ void networkReachabilityCallBack(SCNetworkReachabilityRef target, SCNetworkReach
|
|||
linphone_core_clear_all_auth_info(theLinphoneCore);
|
||||
//clear existing proxy config
|
||||
linphone_core_clear_proxy_config(theLinphoneCore);
|
||||
if (proxyReachability !=nil) {
|
||||
SCNetworkReachabilityUnscheduleFromRunLoop(proxyReachability,CFRunLoopGetCurrent(), kCFRunLoopDefaultMode);
|
||||
}
|
||||
if (username && [username length] >0 && domain && [domain length]>0) {
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue