aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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,