diff --git a/src/network/servent.cpp b/src/network/servent.cpp index beea20765..0854358f5 100644 --- a/src/network/servent.cpp +++ b/src/network/servent.cpp @@ -261,11 +261,13 @@ Servent::readyRead() foreach( ControlConnection* con, m_controlconnections ) { - qDebug() << "cons:" << con; qDebug() << "conid:" << con->id(); if ( con->id() == controlid ) + { cc = con; + break; + } } // they connected to us and want something we are offering