]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit7c61b3c73342a59f1b219eff1cebef9440d16524
tree318858bb35620c105d2473872f53c671cd375149
parent736c5f86ebbb6cbabd21f2ebfd407fc8d32d4013
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.

[originally from svn r9389]
ssh.c