diff options
author | eihrul <eihrul> | 2010-05-20 16:55:27 +0000 |
---|---|---|
committer | eihrul <eihrul> | 2010-05-20 16:55:27 +0000 |
commit | e49aaf7a6fe63937e56f2efaebad3f37574fd93f (patch) | |
tree | 28e11eb3d8c633f81fa81f1019131b898c21b995 /host.c | |
parent | 72525fbca19d4a643ae1e0547947d4d6fa32f4b4 (diff) | |
download | enet-e49aaf7a6fe63937e56f2efaebad3f37574fd93f.tar.gz enet-e49aaf7a6fe63937e56f2efaebad3f37574fd93f.zip |
checksum is now a run-time option
Diffstat (limited to 'host.c')
-rw-r--r-- | host.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ enet_host_create (const ENetAddress * address, size_t peerCount, enet_uint32 inc host -> peerCount = peerCount; host -> commandCount = 0; host -> bufferCount = 0; + host -> checksum = NULL; host -> receivedAddress.host = ENET_HOST_ANY; host -> receivedAddress.port = 0; host -> receivedDataLength = 0; |