File diff r25847:0442c31cead2 → r25848:1aa50567d7ba
src/network/network.cpp
Show inline comments
 
@@ -595,7 +595,7 @@ void NetworkClose(bool close_admins)
 
			MyClient::my_client->CloseConnection(NETWORK_RECV_STATUS_CLIENT_QUIT);
 
		}
 

	
 
		_network_coordinator_client.CloseAllTokens();
 
		_network_coordinator_client.CloseAllConnections();
 
	}
 

	
 
	TCPConnecter::KillAll();