buf fix: compatiblity issue
This commit is contained in:
parent
65d61f1c0e
commit
39314610bb
1 changed files with 5 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue