1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 03:10:12 +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 )
{
qDebug() << "cons:" << con;
qDebug() << "conid:" << con->id();
if ( con->id() == controlid )
{
cc = con;
break;
}
}
// they connected to us and want something we are offering