]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
When we receive CHANNEL_CLOSE on an SSH-2 channel and haven't sent EOF
authorSimon Tatham <anakin@pobox.com>
Thu, 8 Dec 2011 19:15:55 +0000 (19:15 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 8 Dec 2011 19:15:55 +0000 (19:15 +0000)
commit75b62318ec42567c7169b5b673f010976a588d58
tree83d749fe2df73d133ffc09e67520b171f6cc3951
parent047c6873cfeb1b45d33a6ea6c67184410a630f74
When we receive CHANNEL_CLOSE on an SSH-2 channel and haven't sent EOF
on it yet, we should send EOF on _that channel_, not the main session
channel! Oops.

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