mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-26 09:42:25 +00:00
Another, subtly different version string for ssh2-bug-maxpkt, from Tim Kosse.
[originally from svn r8120] [this svn revision also touched putty-wishlist]
This commit is contained in:
parent
853361c5b0
commit
d6a2f57214
3
ssh.c
3
ssh.c
@ -2395,7 +2395,8 @@ static void ssh_detect_bugs(Ssh ssh, char *vstring)
|
|||||||
|
|
||||||
if (ssh->cfg.sshbug_maxpkt2 == FORCE_ON ||
|
if (ssh->cfg.sshbug_maxpkt2 == FORCE_ON ||
|
||||||
(ssh->cfg.sshbug_maxpkt2 == AUTO &&
|
(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.
|
* This version ignores our makpkt and needs to be throttled.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user