]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit - ssh.c
Simplify handling of responses to channel requests.
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 25 Aug 2012 15:04:29 +0000 (15:04 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 25 Aug 2012 15:04:29 +0000 (15:04 +0000)
commit94383444c9dccbae89146aa59b9acc70cca28b82
tree4fbb8c73b4cd7abca0bfe0983d3cd0f2b1b6e9fc
parent3038a86f0b127e3e94e22fadd536a372679d83dc
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: http://svn.tartarus.org/sgt/putty@9619 cda61777-01e9-0310-a592-d414129be87e
ssh.c