From 0e86dc081782755e1e70615e8ad230bec9f4f7c9 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Wed, 22 Jun 2011 14:29:18 +0000 Subject: [PATCH] spaces --- src/util/server.c | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.25.1