From 5ca836f225be1fbc117aa76edbcaee6ada916e1b Mon Sep 17 00:00:00 2001 From: jacob Date: Fri, 18 Jul 2008 21:39:49 +0000 Subject: [PATCH] Another, subtly different version string for ssh2-bug-maxpkt, from Tim Kosse. git-svn-id: svn://svn.tartarus.org/sgt/putty@8120 cda61777-01e9-0310-a592-d414129be87e --- ssh.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ssh.c b/ssh.c index 5902cbb1..5195776d 100644 --- 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. */ -- 2.11.0