(svn r15967) -Codechange: do not access NetworkSocketHandler::has_quit directly
This commit is contained in:
@@ -29,7 +29,7 @@ NetworkTCPSocketHandler::~NetworkTCPSocketHandler()
|
||||
NetworkRecvStatus NetworkTCPSocketHandler::CloseConnection()
|
||||
{
|
||||
this->writable = false;
|
||||
this->has_quit = true;
|
||||
NetworkSocketHandler::CloseConnection();
|
||||
|
||||
/* Free all pending and partially received packets */
|
||||
while (this->packet_queue != NULL) {
|
||||
|
Reference in New Issue
Block a user