layout: Refactor the socket server code
This commit is contained in:
@@ -808,7 +808,7 @@ PCONTEXT_OBJECT IOCPServer::AllocateContext(SOCKET s)
|
||||
|
||||
if (ContextObject != NULL)
|
||||
{
|
||||
ContextObject->InitMember(s);
|
||||
ContextObject->InitMember(s, this);
|
||||
}
|
||||
|
||||
return ContextObject;
|
||||
|
||||
Reference in New Issue
Block a user