From cb6dd6fe58e5bdae77d2022735b3e42001855cc2 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 17 Nov 2010 10:23:00 +0000 Subject: [PATCH] another error to not report --- src/util/connection.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/util/connection.c b/src/util/connection.c index 07f44fc51..aa5db91bf 100644 --- a/src/util/connection.c +++ b/src/util/connection.c @@ -499,7 +499,8 @@ destroy_continuation (void *cls, if (sock->persist != GNUNET_YES) { if ( (GNUNET_YES != GNUNET_NETWORK_socket_shutdown (sock->sock, SHUT_RDWR)) && - (errno != ENOTCONN) ) + (errno != ENOTCONN) && + (errno != ECONNRESET) ) GNUNET_log_strerror (GNUNET_ERROR_TYPE_WARNING, "shutdown"); } } -- 2.25.1