From: Christian Grothoff Date: Wed, 22 Jun 2011 14:29:18 +0000 (+0000) Subject: spaces X-Git-Tag: initial-import-from-subversion-38251~18053 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0e86dc081782755e1e70615e8ad230bec9f4f7c9;p=oweals%2Fgnunet.git spaces --- diff --git a/src/util/server.c b/src/util/server.c index b156dec2d..0b894d2a8 100644 --- a/src/util/server.c +++ b/src/util/server.c @@ -919,7 +919,6 @@ restart_processing (void *cls, GNUNET_CONNECTION_receive (client->connection, GNUNET_SERVER_MAX_MESSAGE_SIZE - 1, client->idle_timeout, &process_incoming, client); - return; } #if DEBUG_SERVER @@ -1327,7 +1326,6 @@ GNUNET_SERVER_receive_done (struct GNUNET_SERVER_Client *client, int success) { if (client == NULL) return; - GNUNET_assert (client->suspended > 0); client->suspended--; if (success != GNUNET_OK)