aboutsummaryrefslogtreecommitdiff
path: root/src/dht/dht_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/dht_api.c')
-rw-r--r--src/dht/dht_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dht/dht_api.c b/src/dht/dht_api.c
index 57880165e..66eaf1064 100644
--- a/src/dht/dht_api.c
+++ b/src/dht/dht_api.c
@@ -867,7 +867,7 @@ try_connect (struct GNUNET_DHT_Handle *h)
867 }; 867 };
868 if (NULL != h->mq) 868 if (NULL != h->mq)
869 return GNUNET_OK; 869 return GNUNET_OK;
870 h->mq = GNUNET_CLIENT_connecT (h->cfg, 870 h->mq = GNUNET_CLIENT_connect (h->cfg,
871 "dht", 871 "dht",
872 handlers, 872 handlers,
873 &mq_error_handler, 873 &mq_error_handler,