mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-04-21 08:21:54 +02:00
* Reset ControlConnection's id when we received the first packet.
This commit is contained in:
parent
a961b7086b
commit
f924643bfe
@ -267,6 +267,8 @@ Servent::readyRead()
|
||||
|
||||
if( !nodeid.isEmpty() && cc != 0 ) // only control connections send nodeid
|
||||
{
|
||||
cc->setId( nodeid );
|
||||
|
||||
foreach( ControlConnection* con, m_controlconnections )
|
||||
{
|
||||
qDebug() << con->socket() << sock;
|
||||
|
Loading…
x
Reference in New Issue
Block a user