]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
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)
commitab6d966f91ce694bbb66e73f50b6e869672f9e05
tree4fbb8c73b4cd7abca0bfe0983d3cd0f2b1b6e9fc
parent1c4eac5fa31170c89e0d2601b6b2f13077a9d83c
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.

[originally from svn r9619]
ssh.c