]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit8aa218e8942bcfd4ef1bc3cea393616283f18389
tree83d749fe2df73d133ffc09e67520b171f6cc3951
parent69a01afe48365b8898a9b48cea0d9f9729d32347
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.

[originally from svn r9362]
ssh.c