| CODENOTIFIER | HelpYou are not signed inSign in |
Project: Putty
Revision: 8120
Author: jacob
Date: 18 Jul 2008 17:39:49
Changes:Another, subtly different version string for ssh2-bug-maxpkt, from Tim Kosse.
Files:| ... | ...@@ -2395,7 +2395,8 @@ | |
| 2395 | 2395 | |
| 2396 | 2396 | if (ssh->cfg.sshbug_maxpkt2 == FORCE_ON || |
| 2397 | 2397 | (ssh->cfg.sshbug_maxpkt2 == AUTO && |
| 2398 | (wc_match("1.36_sshlib GlobalSCAPE", imp)))) { | |
| 2398 | (wc_match("1.36_sshlib GlobalSCAPE", imp) || | |
| 2399 | wc_match("1.36 sshlib: GlobalScape", imp)))) { | |
| 2399 | 2400 | /* |
| 2400 | 2401 | * This version ignores our makpkt and needs to be throttled. |
| 2401 | 2402 | */ |