remove network handler unregistration

This commit is contained in:
Jehan Monnier 2011-04-29 10:31:10 +02:00
parent 6fae63450e
commit f004f72b21

View file

@ -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) {