mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-13 02:23:50 -05:00
Add UNE 10053 to the cleartext ones
[originally from svn r703]
This commit is contained in:
parent
fe2ee468e6
commit
fa731eaf82
3
window.c
3
window.c
@ -650,6 +650,9 @@ static void enact_pending_netevent(void) {
|
||||
case WSAECONNRESET:
|
||||
sprintf(buf, "Connection reset by peer");
|
||||
break;
|
||||
case WSAECONNABORTED:
|
||||
sprintf(buf, "Connection aborted");
|
||||
break;
|
||||
default:
|
||||
sprintf(buf, "Unexpected network error %d", -i);
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user