aboutsummaryrefslogtreecommitdiff
path: root/src/service/hostlist/gnunet-daemon-hostlist_client.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/service/hostlist/gnunet-daemon-hostlist_client.c')
-rw-r--r--src/service/hostlist/gnunet-daemon-hostlist_client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service/hostlist/gnunet-daemon-hostlist_client.c b/src/service/hostlist/gnunet-daemon-hostlist_client.c
index bedc52612..2a03caaac 100644
--- a/src/service/hostlist/gnunet-daemon-hostlist_client.c
+++ b/src/service/hostlist/gnunet-daemon-hostlist_client.c
@@ -1814,7 +1814,7 @@ GNUNET_HOSTLIST_client_stop ()
1814 proxy_password = NULL; 1814 proxy_password = NULL;
1815 if (NULL != peerstore) 1815 if (NULL != peerstore)
1816 { 1816 {
1817 GNUNET_PEERSTORE_disconnect (peerstore, GNUNET_YES); 1817 GNUNET_PEERSTORE_disconnect (peerstore);
1818 peerstore = NULL; 1818 peerstore = NULL;
1819 } 1819 }
1820 cfg = NULL; 1820 cfg = NULL;