buf fix: compatiblity issue

This commit is contained in:
Volker Fischer 2009-09-17 19:38:29 +00:00
parent 65d61f1c0e
commit 39314610bb

View File

@ -717,6 +717,11 @@ bool CServer::PutData ( const CVector<uint8_t>& vecbyRecBuf,
// at this place.
vecChannels[iCurChanID].ResetTimeOutCounter();
vecChannels[iCurChanID].CreateReqChanNameMes();
// COMPATIBILITY ISSUE
// since old versions of the llcon software did not implement the channel name
// request message, we have to explicitely send the channel list here
CreateAndSendChanListForAllConChannels();
}
}
Mutex.unlock();