]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
do_ssh2_authconn() now installs the standard handlers for CHANNEL_SUCCESS
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 1 Sep 2012 11:32:53 +0000 (11:32 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 1 Sep 2012 11:32:53 +0000 (11:32 +0000)
commit54da9ee07a3334b2fb32995f0af4408e6e9edec8
tree2a88149f97fb61a8307b73c46bbc1e550ed1e9fc
parent8acd57afb51e2facb1c3db7783800f45fda9fda0
do_ssh2_authconn() now installs the standard handlers for CHANNEL_SUCCESS
and CHANNEL_FAILURE as soon as it's opened a channel, so there's no need
for it to set them again later.

[originally from svn r9646]
ssh.c