[enet-cvs] CVS: enet protocol.c,1.35,1.36

Lee Salzman enet at sferik.cubik.org
Mon Jan 5 18:30:28 PST 2004


Update of /home/enet/cvsroot/enet
In directory sferik:/tmp/cvs-serv19624

Modified Files:
	protocol.c 
Log Message:
removing bit rot


Index: protocol.c
===================================================================
RCS file: /home/enet/cvsroot/enet/protocol.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- protocol.c	2004/01/06 02:01:56	1.35
+++ protocol.c	2004/01/06 02:30:26	1.36
@@ -542,8 +542,6 @@
         return;
     }
 
-    peer -> state = ENET_PEER_STATE_CONNECTED;
-
     peer -> outgoingPeerID = ENET_NET_TO_HOST_16 (command -> verifyConnect.outgoingPeerID);
 
     mtu = ENET_NET_TO_HOST_16 (command -> verifyConnect.mtu);



More information about the enet-cvs mailing list