projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1cb0723
)
spaces
author
Christian Grothoff
<christian@grothoff.org>
Wed, 22 Jun 2011 14:29:18 +0000
(14:29 +0000)
committer
Christian Grothoff
<christian@grothoff.org>
Wed, 22 Jun 2011 14:29:18 +0000
(14:29 +0000)
src/util/server.c
patch
|
blob
|
history
diff --git
a/src/util/server.c
b/src/util/server.c
index b156dec2d04b2d1732ca2fff166d4826f567d421..0b894d2a893cc1ca75dd4e0bc8ca699901773aec 100644
(file)
--- 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)