small fix
This commit is contained in:
parent
23d79c5f85
commit
ac954adad8
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ void CChannel::OnDisconnection()
|
||||||
}
|
}
|
||||||
|
|
||||||
EPutDataStat CChannel::PutData ( const CVector<uint8_t>& vecbyData,
|
EPutDataStat CChannel::PutData ( const CVector<uint8_t>& vecbyData,
|
||||||
int iNumBytes )
|
int iNumBytes )
|
||||||
{
|
{
|
||||||
EPutDataStat eRet = PS_GEN_ERROR;
|
EPutDataStat eRet = PS_GEN_ERROR;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue