Some fixes to connection manager.
[jenirok] / src / daemon / calllistener.cpp
index e73bf26..c76cfdc 100644 (file)
@@ -526,7 +526,6 @@ bool CallListener::handleConnection()
 
         if(cm.connect(best.id))
         {
-            sleep(500);
             break;
         }
         else if(cm.error() == ConnectionManager::INVALID_IAP)