Malcolm Rowe spotted that we broke display of SSH2_MSG_DEBUG messages while
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Thu, 28 Oct 2004 00:23:44 +0000 (00:23 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Thu, 28 Oct 2004 00:23:44 +0000 (00:23 +0000)
commit587011d45dac1905dced1d56a01f50371220f84b
treef54c3c207f0f8ff574dcd9ed51855d5a7b4ddc0e
parentc4c04facf82078b66673e1dfc607ee27f1adc490
Malcolm Rowe spotted that we broke display of SSH2_MSG_DEBUG messages while
fixing `vuln-ssh2-debug', by missing out a field. In most cases
(always_display = 0) we would log a zero-length or truncated message.

(Also add a prototype for ssh2_pkt_getbool().)

git-svn-id: svn://svn.tartarus.org/sgt/putty@4718 cda61777-01e9-0310-a592-d414129be87e
ssh.c