gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r29024 - in gnunet/src: gns namestore


From: gnunet
Subject: [GNUnet-SVN] r29024 - in gnunet/src: gns namestore
Date: Thu, 5 Sep 2013 14:14:36 +0200

Author: grothoff
Date: 2013-09-05 14:14:35 +0200 (Thu, 05 Sep 2013)
New Revision: 29024

Modified:
   gnunet/src/gns/gnunet-dns2gns.c
   gnunet/src/namestore/Makefile.am
Log:
-fix clenaup

Modified: gnunet/src/gns/gnunet-dns2gns.c
===================================================================
--- gnunet/src/gns/gnunet-dns2gns.c     2013-09-05 11:57:46 UTC (rev 29023)
+++ gnunet/src/gns/gnunet-dns2gns.c     2013-09-05 12:14:35 UTC (rev 29024)
@@ -191,6 +191,16 @@
     GNUNET_NETWORK_socket_close (listen_socket6);
     listen_socket6 = NULL;
   }
+  if (NULL != id_op)
+  {
+    GNUNET_IDENTITY_cancel (id_op);
+    id_op = NULL;
+  }
+  if (NULL != identity)
+  {
+    GNUNET_IDENTITY_disconnect (identity);
+    identity = NULL;
+  }
   GNUNET_GNS_disconnect (gns);
   gns = NULL;
   GNUNET_DNSSTUB_stop (dns_stub);

Modified: gnunet/src/namestore/Makefile.am
===================================================================
--- gnunet/src/namestore/Makefile.am    2013-09-05 11:57:46 UTC (rev 29023)
+++ gnunet/src/namestore/Makefile.am    2013-09-05 12:14:35 UTC (rev 29024)
@@ -43,7 +43,7 @@
 TESTING_TESTS = \
  test_namestore_api \
  test_namestore_api_remove
-#test_namestore_api_lookup
+test_namestore_api_lookup
 #test_namestore_api_lookup_specific_type
 #test_namestore_api_create 
 #test_namestore_api_create_update




reply via email to

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