]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Simplifiy handling of stdin data in SSH-2.
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 23 Apr 2016 12:10:11 +0000 (13:10 +0100)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 23 Apr 2016 12:10:11 +0000 (13:10 +0100)
commit6da1a325cc4d66a47545b638e46275eb93ac1323
treeb7d882873b527c361efc0f16a438b137e8615a4e
parent5347f9e69c8a18588966540f5cb4bcce4e5fe777
Simplifiy handling of stdin data in SSH-2.

Specifically, don't try to unblock all channels just because we've got
something to send on the main one.  It looks like the code to do that
was left over from when SSH_MSG_CHANNEL_ADJUST was handled in
do_ssh2_authconn().
ssh.c