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 )
|
if ( bChanOK )
|
||||||
{
|
{
|
||||||
// put packet in socket buffer
|
// 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
|
// set flag
|
||||||
bIsNotEvaluatedProtocolMessage = true;
|
bIsNotEvaluatedProtocolMessage = true;
|
||||||
|
|
Loading…
Reference in a new issue