]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
All of the initial CHANNEL_REQUESTs are conditional on (ssh->mainchan &&
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 1 Sep 2012 12:03:12 +0000 (12:03 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 1 Sep 2012 12:03:12 +0000 (12:03 +0000)
commit98e562b7f6b0e0e0e5c71d4acb636d964a0b5b3a
treef5c7a0692157e88e0fb1a030e18884ecfaab8b84
parent54da9ee07a3334b2fb32995f0af4408e6e9edec8
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.

[originally from svn r9647]
ssh.c