From: Christian Grothoff Date: Wed, 25 Apr 2012 15:56:34 +0000 (+0000) Subject: -fix X-Git-Tag: initial-import-from-subversion-38251~13775 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e4391016958a0bb2a5b8241531ef2a34f7c55b78;p=oweals%2Fgnunet.git -fix --- diff --git a/src/util/connection.c b/src/util/connection.c index f6182ebbd..9b1191aaf 100644 --- a/src/util/connection.c +++ b/src/util/connection.c @@ -1091,6 +1091,7 @@ GNUNET_CONNECTION_receive (struct GNUNET_CONNECTION_Handle *connection, size_t m } if ((NULL == connection->dns_active) && (NULL == connection->ap_head)) { + connection->receiver = NULL; receiver (receiver_cls, NULL, 0, NULL, 0, ETIMEDOUT); return; }