Simplify handling of responses to channel requests.
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 25 Aug 2012 15:04:29 +0000 (15:04 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 25 Aug 2012 15:04:29 +0000 (15:04 +0000)
commitc330b1cc8da2dcbaa26aef8f2682622f54f93392
tree4fbb8c73b4cd7abca0bfe0983d3cd0f2b1b6e9fc
parent4f2f7f0376f18ad391b6d44622a935e9d1ea3f89
Simplify handling of responses to channel requests.

The various setup routines can only receive CHANNEL_SUCCESS or
CHANNEL_FAILURE, so there's no need for the to worry about receiving
anything else.  Strange packets will end up in do_ssh2_authconn
instead.

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