]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit - ssh.c
Factor out common code to construct CHANNEL_REQUESTS.
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 25 Aug 2012 15:57:05 +0000 (15:57 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 25 Aug 2012 15:57:05 +0000 (15:57 +0000)
commit82be98c115102595bedb7cd5e71580e90b214be6
tree5bc0b5711e7ae3c0b3501f2764faa69d4dc2a85f
parent94383444c9dccbae89146aa59b9acc70cca28b82
Factor out common code to construct CHANNEL_REQUESTS.

This reduces code size a little and also makes it harder to
accidentally request a reply without putting in place a handler for
it or vice versa.

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