From: Christian Grothoff Date: Thu, 23 Jun 2011 15:09:02 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~18042 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8ed98ef2cb0d73296072354a81017d2b2983204f;p=oweals%2Fgnunet.git fix --- 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,