From bf5f92d9429a556f68c950df7be3dc25907e0d6c Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 10 Jan 2017 17:38:29 +0100 Subject: rename connecT -> connect now that the old API is dead --- src/peerstore/peerstore_api.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/peerstore/peerstore_api.c') diff --git a/src/peerstore/peerstore_api.c b/src/peerstore/peerstore_api.c index 47bf7775e..c9fcd17ab 100644 --- a/src/peerstore/peerstore_api.c +++ b/src/peerstore/peerstore_api.c @@ -829,7 +829,7 @@ reconnect (struct GNUNET_PEERSTORE_Handle *h) GNUNET_MQ_destroy (h->mq); h->mq = NULL; } - h->mq = GNUNET_CLIENT_connecT (h->cfg, + h->mq = GNUNET_CLIENT_connect (h->cfg, "peerstore", mq_handlers, &handle_client_error, -- cgit v1.2.3