Factor out common code to construct CHANNEL_REQUESTS.
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 25 Aug 2012 15:57:05 +0000 (15:57 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 25 Aug 2012 15:57:05 +0000 (15:57 +0000)
commit134f5ecef908ba0933d2de0ecba207de0126cffc
tree5bc0b5711e7ae3c0b3501f2764faa69d4dc2a85f
parentc330b1cc8da2dcbaa26aef8f2682622f54f93392
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: svn://svn.tartarus.org/sgt/putty@9620 cda61777-01e9-0310-a592-d414129be87e
ssh.c