diff session.h @ 886:cbc73a5aefb0

requirenext doesn't need two values
author Matt Johnston <matt@ucc.asn.au>
date Thu, 23 Jan 2014 22:25:52 +0800
parents ff597bf2cfb0
children bae0b34bc059 7cd89d4e0335
line wrap: on
line diff
--- a/session.h	Thu Jan 23 21:56:35 2014 +0800
+++ b/session.h	Thu Jan 23 22:25:52 2014 +0800
@@ -135,9 +135,8 @@
 	unsigned dataallowed : 1; /* whether we can send data packets or we are in
 								 the middle of a KEX or something */
 
-	unsigned char requirenext[2]; /* bytes indicating what packets we require next, 
-									 or 0x00 for any. Second option can only be
-									 used if the first byte is also set */
+	unsigned char requirenext; /* byte indicating what packets we require next, 
+									 or 0x00 for any.  */
 
 	unsigned char ignorenext; /* whether to ignore the next packet,
 								 used for kex_follows stuff */