mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-07 06:36:55 +02:00
* Fix issue with blind FileTransferConnections.
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user