mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-16 12:03:03 -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:
|
case WSAECONNRESET:
|
||||||
sprintf(buf, "Connection reset by peer");
|
sprintf(buf, "Connection reset by peer");
|
||||||
break;
|
break;
|
||||||
|
case WSAECONNABORTED:
|
||||||
|
sprintf(buf, "Connection aborted");
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
sprintf(buf, "Unexpected network error %d", -i);
|
sprintf(buf, "Unexpected network error %d", -i);
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user