1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-10 09:58:01 +00:00

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().
This commit is contained in:
Simon Tatham 2017-11-26 13:00:38 +00:00
parent 7891cb1ac1
commit 5726940153

1
ssh.c
View File

@ -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.
*/