]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
If we're called on to uncleanly close an SSH channel for which we've
authorSimon Tatham <anakin@pobox.com>
Thu, 26 Jan 2012 18:22:28 +0000 (18:22 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 26 Jan 2012 18:22:28 +0000 (18:22 +0000)
commitfba87df7e4932088c8f34575dae256eae70f9fcc
tree318858bb35620c105d2473872f53c671cd375149
parent8c363b858d59849ab8d2ad79446b77fd413fa6f2
If we're called on to uncleanly close an SSH channel for which we've
already sent SSH2_MSG_CHANNEL_CLOSE, we should not skip the _whole_ of
sshfwd_unclean_close(), only the part about sending
SSH2_MSG_CHANNEL_CLOSE. It's still important to retag the SSH channel
as CHAN_ZOMBIE and clean up its previous data provider.

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