mirror of
https://gitee.com/TarsCloud/TarsCpp.git
synced 2024-12-22 22:16:38 +08:00
Merge pull request #61 from tantongchao/master
TC_EpollServer::Connction 构造时,增加对_authInit变量初始化
This commit is contained in:
commit
79be90a504
@ -686,7 +686,7 @@ TC_EpollServer::Connection::Connection(TC_EpollServer::BindAdapter *pBindAdapter
|
||||
, _bEmptyConn(true)
|
||||
, _pRecvBuffer(NULL)
|
||||
, _nRecvBufferSize(DEFAULT_RECV_BUFFERSIZE)
|
||||
|
||||
, _authInit(false)
|
||||
{
|
||||
assert(fd != -1);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user