Another, subtly different version string for ssh2-bug-maxpkt, from Tim Kosse.
authorjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Fri, 18 Jul 2008 21:39:49 +0000 (21:39 +0000)
committerjacob <jacob@cda61777-01e9-0310-a592-d414129be87e>
Fri, 18 Jul 2008 21:39:49 +0000 (21:39 +0000)
git-svn-id: svn://svn.tartarus.org/sgt/putty@8120 cda61777-01e9-0310-a592-d414129be87e

ssh.c

diff --git a/ssh.c b/ssh.c
index 5902cbb..5195776 100644 (file)
--- a/ssh.c
+++ b/ssh.c
@@ -2395,7 +2395,8 @@ static void ssh_detect_bugs(Ssh ssh, char *vstring)
 
     if (ssh->cfg.sshbug_maxpkt2 == FORCE_ON ||
        (ssh->cfg.sshbug_maxpkt2 == AUTO &&
-        (wc_match("1.36_sshlib GlobalSCAPE", imp)))) {
+        (wc_match("1.36_sshlib GlobalSCAPE", imp) ||
+          wc_match("1.36 sshlib: GlobalScape", imp)))) {
        /*
         * This version ignores our makpkt and needs to be throttled.
         */