code style
This commit is contained in:
parent
30f285a18e
commit
72f7c25d98
1 changed files with 2 additions and 1 deletions
|
@ -1277,7 +1277,8 @@ bool CServer::PutData ( const CVector<uint8_t>& vecbyRecBuf,
|
|||
if ( bChanOK )
|
||||
{
|
||||
// put packet in socket buffer
|
||||
if ( vecChannels[iCurChanID].PutData ( vecbyRecBuf, iNumBytesRead ) == PS_PROT_OK_MESS_NOT_EVALUATED )
|
||||
if ( vecChannels[iCurChanID].PutData ( vecbyRecBuf,
|
||||
iNumBytesRead ) == PS_PROT_OK_MESS_NOT_EVALUATED )
|
||||
{
|
||||
// set flag
|
||||
bIsNotEvaluatedProtocolMessage = true;
|
||||
|
|
Loading…
Reference in a new issue