Rename the various ssh2_maybe_setup_* functions to ssh2_setup_*, and
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 30 Aug 2012 18:44:35 +0000 (18:44 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Thu, 30 Aug 2012 18:44:35 +0000 (18:44 +0000)
commit67a9ec92936c66ea894bb964905f42a0d18d4f18
tree8fe101a7de0bc6514e2785ea29481614ec5123bb
parentcf77c10b4214162ca8f4078b4ace728020d14cab
Rename the various ssh2_maybe_setup_* functions to ssh2_setup_*, and
move the primary conditions out of them into their callers. Fixes a
crash in 'plink -N', since those functions would be called with a NULL
channel parameter and immediately dereference it to try to get c->ssh.

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