From d6a2f5721402e6ba92fe81fd361fb8f225decfda Mon Sep 17 00:00:00 2001 From: Jacob Nevins Date: Fri, 18 Jul 2008 21:39:49 +0000 Subject: [PATCH] Another, subtly different version string for ssh2-bug-maxpkt, from Tim Kosse. [originally from svn r8120] [this svn revision also touched putty-wishlist] --- 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. */