diff process-packet.c @ 26:0969767bca0d

snapshot of stuff
author Matt Johnston <matt@ucc.asn.au>
date Mon, 26 Jul 2004 02:44:20 +0000
parents c1e5d9195402
children 08da099e8337
line wrap: on
line diff
--- a/process-packet.c	Tue Jul 20 12:06:37 2004 +0000
+++ b/process-packet.c	Mon Jul 26 02:44:20 2004 +0000
@@ -104,9 +104,11 @@
 		 */
 		 
 		/* check that we aren't expecting a particular packet */
+#if 0
 		if (cli_ses.expecting && cli_ses.expecting == type) {
 			cli_ses.expecting = 0;
 		}
+#endif
 	}
 #endif