1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-06 14:16:32 +02:00

* Fix issue with blind FileTransferConnections.

This commit is contained in:
Christian Muehlhaeuser
2010-11-29 08:22:58 +01:00
parent eb62b0d4c6
commit fa01d21267

View File

@@ -261,11 +261,13 @@ Servent::readyRead()
foreach( ControlConnection* con, m_controlconnections ) foreach( ControlConnection* con, m_controlconnections )
{ {
qDebug() << "cons:" << con;
qDebug() << "conid:" << con->id(); qDebug() << "conid:" << con->id();
if ( con->id() == controlid ) if ( con->id() == controlid )
{
cc = con; cc = con;
break;
}
} }
// they connected to us and want something we are offering // they connected to us and want something we are offering