changeset 1632:c4bf28ccab97

packet: remove stale comment about "packet_type" (#63) clean up after 7f15910541 Signed-off-by: Konstantin Demin <[email protected]>
author Konstantin Demin <rockdrilla@gmail.com>
date Wed, 20 Mar 2019 17:33:15 +0300
parents 292f79307600
children 592a18dac250
files packet.c
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/packet.c	Wed Mar 20 15:25:15 2019 +0100
+++ b/packet.c	Wed Mar 20 17:33:15 2019 +0300
@@ -110,8 +110,6 @@
 	/* Get the next buffer in the queue of encrypted packets to write*/
 	writebuf = (buffer*)examine(&ses.writequeue);
 
-	/* The last byte of the buffer is not to be transmitted, but is 
-	 * a cleartext packet_type indicator */
 	len = writebuf->len - writebuf->pos;
 	dropbear_assert(len > 0);
 	/* Try to write as much as possible */