From fa01d2126755a0736ca39e9a225f0f9bec34d5f4 Mon Sep 17 00:00:00 2001 From: Christian Muehlhaeuser Date: Mon, 29 Nov 2010 08:22:58 +0100 Subject: [PATCH] * Fix issue with blind FileTransferConnections. --- src/network/servent.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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