gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r29398 - gnunet/src/gns


From: gnunet
Subject: [GNUnet-SVN] r29398 - gnunet/src/gns
Date: Wed, 18 Sep 2013 19:11:27 +0200

Author: grothoff
Date: 2013-09-18 19:11:26 +0200 (Wed, 18 Sep 2013)
New Revision: 29398

Modified:
   gnunet/src/gns/gnunet-service-gns.c
Log:
-cleaner shutdown

Modified: gnunet/src/gns/gnunet-service-gns.c
===================================================================
--- gnunet/src/gns/gnunet-service-gns.c 2013-09-18 17:07:54 UTC (rev 29397)
+++ gnunet/src/gns/gnunet-service-gns.c 2013-09-18 17:11:26 UTC (rev 29398)
@@ -207,6 +207,7 @@
   GNUNET_SERVER_notification_context_destroy (nc);  
   while (NULL != (clh = clh_head))
   {
+    GNUNET_SERVER_client_set_user_context (clh->client, NULL);
     GNS_resolver_lookup_cancel (clh->lookup);
     GNUNET_CONTAINER_DLL_remove (clh_head, clh_tail, clh);
     GNUNET_free (clh);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]