*** empty log message ***

This commit is contained in:
eihrul 2008-01-09 14:03:32 +00:00
parent e40ad2da44
commit 0a373938f7

View file

@ -740,7 +740,7 @@ enet_protocol_handle_verify_connect (ENetHost * host, ENetEvent * event, ENetPee
enet_uint32 windowSize;
if (peer -> state != ENET_PEER_STATE_CONNECTING)
return -1;
return 0;
if (ENET_NET_TO_HOST_32 (command -> verifyConnect.channelCount) != peer -> channelCount ||
ENET_NET_TO_HOST_32 (command -> verifyConnect.packetThrottleInterval) != peer -> packetThrottleInterval ||