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:
@@ -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
|
||||
|
Reference in New Issue
Block a user