mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 03:10:12 +02:00
* Fix broken duplicate connection check.
This commit is contained in:
@@ -265,10 +265,8 @@ Servent::readyRead()
|
||||
|
||||
qDebug() << m;
|
||||
|
||||
if( !nodeid.isEmpty() && cc != 0 ) // only control connections send nodeid
|
||||
if( !nodeid.isEmpty() ) // only control connections send nodeid
|
||||
{
|
||||
cc->setId( nodeid );
|
||||
|
||||
foreach( ControlConnection* con, m_controlconnections )
|
||||
{
|
||||
qDebug() << con->socket() << sock;
|
||||
|
Reference in New Issue
Block a user