aboutsummaryrefslogtreecommitdiff
path: root/src/gns/gns_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/gns/gns_api.c')
-rw-r--r--src/gns/gns_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gns/gns_api.c b/src/gns/gns_api.c
index 3f6425b42..5d6158bd4 100644
--- a/src/gns/gns_api.c
+++ b/src/gns/gns_api.c
@@ -394,7 +394,7 @@ reconnect (struct GNUNET_GNS_Handle *handle)
394 GNUNET_assert (NULL == handle->mq); 394 GNUNET_assert (NULL == handle->mq);
395 LOG (GNUNET_ERROR_TYPE_DEBUG, 395 LOG (GNUNET_ERROR_TYPE_DEBUG,
396 "Trying to connect to GNS\n"); 396 "Trying to connect to GNS\n");
397 handle->mq = GNUNET_CLIENT_connecT (handle->cfg, 397 handle->mq = GNUNET_CLIENT_connect (handle->cfg,
398 "gns", 398 "gns",
399 handlers, 399 handlers,
400 &mq_error_handler, 400 &mq_error_handler,