From 8ed98ef2cb0d73296072354a81017d2b2983204f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 23 Jun 2011 15:09:02 +0000 Subject: [PATCH] fix --- src/util/server_nc.c | 1 - 1 file changed, 1 deletion(-) 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 { nc->clients = pos->next; GNUNET_SERVER_client_drop (pos->client); - GNUNET_SERVER_receive_done (pos->client, GNUNET_NO); while (NULL != (pml = pos->pending_head)) { GNUNET_CONTAINER_DLL_remove (pos->pending_head, -- 2.25.1