After we receive EOF on stdin, we should clear ssh->send_ok so that
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 29 Mar 2005 13:10:33 +0000 (13:10 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Tue, 29 Mar 2005 13:10:33 +0000 (13:10 +0000)
commit00a0b11390a602b45bf14627dfd5dd1f160d7d7a
tree1479b106dbb93399eb38a57634f51898898f39ee
parent2ac3322ef9bc032ad942753a56696764aa0b0f74
After we receive EOF on stdin, we should clear ssh->send_ok so that
we stop trying to read anything further from stdin. Otherwise we
send a continuous stream of SSH2_MSG_CHANNEL_EOF.

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