From 5726940153e07bfffde97bb2c1efc20a9c1d5500 Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sun, 26 Nov 2017 13:00:38 +0000 Subject: [PATCH] Remove an outdated comment. ssh1_rdpkt claimed to be handling SSH1_MSG_DEBUG and SSH1_MSG_IGNORE packets, but in fact, the handling of those has long since been moved into the dispatch table; those particular entries are set up in ssh1_protocol_setup(). --- ssh.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ssh.c b/ssh.c index aa9fd5dd..01a58575 100644 --- a/ssh.c +++ b/ssh.c @@ -1351,7 +1351,6 @@ static void ssh1_log_outgoing_packet(Ssh ssh, struct Packet *pkt) /* * Collect incoming data in the incoming packet buffer. * Decipher and verify the packet when it is completely read. - * Drop SSH1_MSG_DEBUG and SSH1_MSG_IGNORE packets. * Update the *data and *datalen variables. * Return a Packet structure when a packet is completed. */