# HG changeset patch # User Konstantin Demin # Date 1553092395 -10800 # Node ID c4bf28ccab97c8fb7e7ad37e7fce3b088de51cc1 # Parent 292f7930760036ae01c91c00eaeef5342e39bbb1 packet: remove stale comment about "packet_type" (#63) clean up after 7f15910541 Signed-off-by: Konstantin Demin diff -r 292f79307600 -r c4bf28ccab97 packet.c --- 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 */