fix
authorChristian Grothoff <christian@grothoff.org>
Thu, 23 Jun 2011 15:09:02 +0000 (15:09 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 23 Jun 2011 15:09:02 +0000 (15:09 +0000)
src/util/server_nc.c

index 66c69123992c0f0375b3a6aeb7d1c4dcf24199e1..d423c4a516e3a0b623338bd3ce1756fff692515d 100644 (file)
@@ -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,