From: Christian Grothoff Date: Wed, 22 Jun 2011 14:20:46 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~18054 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1cb0723eedff54ee63774074088a5c728431c700;p=oweals%2Fgnunet.git fix --- diff --git a/src/util/server.c b/src/util/server.c index ac1221691..b156dec2d 100644 --- a/src/util/server.c +++ b/src/util/server.c @@ -857,6 +857,7 @@ process_incoming (void *cls, "Receive time out, but no disconnect due to sending (%p)\n", GNUNET_a2s (addr, addrlen)); #endif + client->receive_pending = GNUNET_YES; GNUNET_CONNECTION_receive (client->connection, GNUNET_SERVER_MAX_MESSAGE_SIZE - 1, GNUNET_TIME_absolute_get_remaining (end),