aboutsummaryrefslogtreecommitdiff
path: root/src/util/server_nc.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-23 15:09:02 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-23 15:09:02 +0000
commit8ed98ef2cb0d73296072354a81017d2b2983204f (patch)
tree4795f59c491fb1e939fcb1de575f3320c21bd831 /src/util/server_nc.c
parentbb52c1c2131415a2f32438b3f28935559bf129eb (diff)
downloadgnunet-8ed98ef2cb0d73296072354a81017d2b2983204f.tar.gz
gnunet-8ed98ef2cb0d73296072354a81017d2b2983204f.zip
fix
Diffstat (limited to 'src/util/server_nc.c')
-rw-r--r--src/util/server_nc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/util/server_nc.c b/src/util/server_nc.c
index 66c691239..d423c4a51 100644
--- a/src/util/server_nc.c
+++ b/src/util/server_nc.c
@@ -236,7 +236,6 @@ GNUNET_SERVER_notification_context_destroy (struct GNUNET_SERVER_NotificationCon
236 { 236 {
237 nc->clients = pos->next; 237 nc->clients = pos->next;
238 GNUNET_SERVER_client_drop (pos->client); 238 GNUNET_SERVER_client_drop (pos->client);
239 GNUNET_SERVER_receive_done (pos->client, GNUNET_NO);
240 while (NULL != (pml = pos->pending_head)) 239 while (NULL != (pml = pos->pending_head))
241 { 240 {
242 GNUNET_CONTAINER_DLL_remove (pos->pending_head, 241 GNUNET_CONTAINER_DLL_remove (pos->pending_head,