1
0
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:
Christian Muehlhaeuser 2011-02-13 05:54:29 +01:00
parent a961b7086b
commit f924643bfe

View File

@ -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;