All of the initial CHANNEL_REQUESTs are conditional on (ssh->mainchan &&
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 1 Sep 2012 12:03:12 +0000 (12:03 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Sat, 1 Sep 2012 12:03:12 +0000 (12:03 +0000)
commite03299cbdda650047f609b0545e1790c67418b55
treef5c7a0692157e88e0fb1a030e18884ecfaab8b84
parentaf455852622725944c23661496cd59e9c178595d
All of the initial CHANNEL_REQUESTs are conditional on (ssh->mainchan &&
!ssh->ncmode), so bundle them up in a big block conditional on this rather
than checking it five times.

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