aboutsummaryrefslogtreecommitdiff
path: root/src/util/server_nc.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-02-17 14:20:12 +0000
committerChristian Grothoff <christian@grothoff.org>2010-02-17 14:20:12 +0000
commit956c30fff91409e2355ebf4f0015976d2e636868 (patch)
tree149aa5c6e008d7cd5cc53b5aec8619bb962f4325 /src/util/server_nc.c
parent8f26a68ab825dd9b4618ebef7f9cfef42b73920a (diff)
downloadgnunet-956c30fff91409e2355ebf4f0015976d2e636868.tar.gz
gnunet-956c30fff91409e2355ebf4f0015976d2e636868.zip
fixes
Diffstat (limited to 'src/util/server_nc.c')
-rw-r--r--src/util/server_nc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/server_nc.c b/src/util/server_nc.c
index 61775c6a1..88de62c63 100644
--- a/src/util/server_nc.c
+++ b/src/util/server_nc.c
@@ -220,8 +220,8 @@ GNUNET_SERVER_notification_context_destroy (struct GNUNET_SERVER_NotificationCon
220 while (NULL != (pos = nc->clients)) 220 while (NULL != (pos = nc->clients))
221 { 221 {
222 nc->clients = pos->next; 222 nc->clients = pos->next;
223 GNUNET_SERVER_receive_done (pos->client, GNUNET_NO);
224 GNUNET_SERVER_client_drop (pos->client); 223 GNUNET_SERVER_client_drop (pos->client);
224 GNUNET_SERVER_receive_done (pos->client, GNUNET_NO);
225 while (NULL != (pml = pos->pending_head)) 225 while (NULL != (pml = pos->pending_head))
226 { 226 {
227 pos->pending_head = pml->next; 227 pos->pending_head = pml->next;