1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-03-12 18:13:50 -05:00

Add UNE 10053 to the cleartext ones

[originally from svn r703]
This commit is contained in:
Simon Tatham 2000-10-11 19:56:22 +00:00
parent fe2ee468e6
commit fa731eaf82

View File

@ -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;