aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-26 11:55:39 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-26 11:55:39 +0000
commit548ce469bc34fe54822e9b0e3ff81148cdabc11a (patch)
tree63d8650f429e6001ca79ef766c7c4c2cbbcef38e
parent8565cf2c0a69c0bdb00e7fe87e6854fda3f07331 (diff)
downloadgnunet-gtk-548ce469bc34fe54822e9b0e3ff81148cdabc11a.tar.gz
gnunet-gtk-548ce469bc34fe54822e9b0e3ff81148cdabc11a.zip
-fix
-rw-r--r--src/setup/gnunet-setup-gns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup/gnunet-setup-gns.c b/src/setup/gnunet-setup-gns.c
index d4f73381..70f2b991 100644
--- a/src/setup/gnunet-setup-gns.c
+++ b/src/setup/gnunet-setup-gns.c
@@ -1510,7 +1510,7 @@ GNUNET_SETUP_gns_done ()
1510{ 1510{
1511 if (NULL != namestore) 1511 if (NULL != namestore)
1512 { 1512 {
1513 GNUNET_NAMESTORE_disconnect (namestore, GNUNET_NO); 1513 GNUNET_NAMESTORE_disconnect (namestore);
1514 namestore = NULL; 1514 namestore = NULL;
1515 } 1515 }
1516 if (NULL != pkey) 1516 if (NULL != pkey)