aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/namestore/namestore_api.c')
-rw-r--r--src/namestore/namestore_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c
index fd232de81..933ba7b95 100644
--- a/src/namestore/namestore_api.c
+++ b/src/namestore/namestore_api.c
@@ -806,7 +806,7 @@ reconnect (struct GNUNET_NAMESTORE_Handle *h)
806 struct GNUNET_NAMESTORE_QueueEntry *qe; 806 struct GNUNET_NAMESTORE_QueueEntry *qe;
807 807
808 GNUNET_assert (NULL == h->mq); 808 GNUNET_assert (NULL == h->mq);
809 h->mq = GNUNET_CLIENT_connecT (h->cfg, 809 h->mq = GNUNET_CLIENT_connect (h->cfg,
810 "namestore", 810 "namestore",
811 handlers, 811 handlers,
812 &mq_error_handler, 812 &mq_error_handler,