simon-git: putty (master): Jacob Nevins
Commits to Tartarus hosted VCS
tartarus-commits at lists.tartarus.org
Mon Apr 8 23:43:46 BST 2019
TL;DR:
cf91937b Fix double "Network error" message on SSH/Windows.
Repository: https://git.tartarus.org/simon/putty.git
On the web: https://git.tartarus.org/?p=simon/putty.git
Branch updated: master
Committer: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date: 2019-04-08 23:43:46
commit cf91937bd6f44fa767ff8bd218884b4fb4f37261
web diff https://git.tartarus.org/?p=simon/putty.git;a=commitdiff;h=cf91937bd6f44fa767ff8bd218884b4fb4f37261;hp=dfc215d0c07ebfc990304a3f6544420eb717e8ef
Author: Jacob Nevins <jacobn at chiark.greenend.org.uk>
Date: Mon Apr 8 23:36:12 2019 +0100
Fix double "Network error" message on SSH/Windows.
On Windows, PuTTY using the SSH backend could emit messages like
"Network error: Network error: Software caused connection abort".
When ssh.c regained the ability to emit plug_closing error messages in
ed0104c2fe (after it disappeared in fe6caf563c), it came with an extra
"Network error:". But winnet.c already adds that prefix.
This changes it back the way it was, which is also consistent with the
other backends.
ssh.c | 2 +-
sshserver.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
More information about the tartarus-commits
mailing list