From f004f72b2151e820cce6dc1960087ea9c49f2df8 Mon Sep 17 00:00:00 2001 From: Jehan Monnier Date: Fri, 29 Apr 2011 10:31:10 +0200 Subject: [PATCH] remove network handler unregistration --- Classes/LinphoneUI/LinphoneManager.m | 3 --- 1 file changed, 3 deletions(-) diff --git a/Classes/LinphoneUI/LinphoneManager.m b/Classes/LinphoneUI/LinphoneManager.m index 5e486983b..4b1abd8aa 100644 --- a/Classes/LinphoneUI/LinphoneManager.m +++ b/Classes/LinphoneUI/LinphoneManager.m @@ -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) {