From: Francis Dupont Date: Fri, 13 Aug 2010 10:45:32 +0000 (+0000) Subject: remove connection aborted error message X-Git-Tag: v9.8.0-P1~511 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=bcb444aed0e5b314b0694ae9fe8069152cdd7bf1;p=thirdparty%2Fbind9.git remove connection aborted error message --- diff --git a/lib/isc/win32/socket.c b/lib/isc/win32/socket.c index 14e2e6ffe47..cd9ff20c117 100644 --- a/lib/isc/win32/socket.c +++ b/lib/isc/win32/socket.c @@ -15,7 +15,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: socket.c,v 1.81 2009/11/10 18:31:47 each Exp $ */ +/* $Id: socket.c,v 1.82 2010/08/13 10:45:32 fdupont Exp $ */ /* This code uses functions which are only available on Server 2003 and * higher, and Windows XP and higher. @@ -2439,7 +2439,8 @@ SocketIoThread(LPVOID ThreadContext) { send_recvdone_abort(sock, isc_result); if ((isc_result == ISC_R_UNEXPECTED) || ((isc_result == ISC_R_CONNECTIONRESET) && - (errstatus != ERROR_OPERATION_ABORTED)) || + (errstatus != ERROR_OPERATION_ABORTED) && + (errstatus != ERROR_CONNECTION_ABORTED)) || (isc_result == ISC_R_HOSTUNREACH)) { UNEXPECTED_ERROR(__FILE__, __LINE__, "SOCKET_RECV: Windows error code: %d, returning ISC error %d",