]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Another, subtly different version string for ssh2-bug-maxpkt, from Tim Kosse.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Fri, 18 Jul 2008 21:39:49 +0000 (21:39 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Fri, 18 Jul 2008 21:39:49 +0000 (21:39 +0000)
[originally from svn r8120]
[this svn revision also touched putty-wishlist]

ssh.c

diff --git a/ssh.c b/ssh.c
index 5902cbb1ce12c313b09c9a5506e357362f169af7..5195776db8e65849de97b81332126f27478c4fb1 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.
         */