From: simon Date: Thu, 30 Aug 2012 18:44:35 +0000 (+0000) Subject: Rename the various ssh2_maybe_setup_* functions to ssh2_setup_*, and X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/commitdiff_plain/67a9ec92936c66ea894bb964905f42a0d18d4f18?hp=67a9ec92936c66ea894bb964905f42a0d18d4f18 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 ---