initialized client_list in TcpServer with mmgr
This commit is contained in:
parent
c4e66a102a
commit
87e0cf1b40
@ -92,7 +92,8 @@ TcpServer::TcpServer (Mmgr* mmgr) QSE_CPP_NOEXCEPT:
|
||||
stop_requested(false),
|
||||
server_serving(false),
|
||||
max_connections(0),
|
||||
thread_stack_size (0)
|
||||
thread_stack_size(0),
|
||||
client_list(mmgr)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user