aboutsummaryrefslogtreecommitdiff
path: root/src/peerinfo/peerinfo_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/peerinfo/peerinfo_api.c')
-rw-r--r--src/peerinfo/peerinfo_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/peerinfo/peerinfo_api.c b/src/peerinfo/peerinfo_api.c
index 3080fb503..10729f3d0 100644
--- a/src/peerinfo/peerinfo_api.c
+++ b/src/peerinfo/peerinfo_api.c
@@ -462,7 +462,7 @@ reconnect (struct GNUNET_PEERINFO_Handle *h)
462 GNUNET_MQ_destroy (h->mq); 462 GNUNET_MQ_destroy (h->mq);
463 h->mq = NULL; 463 h->mq = NULL;
464 } 464 }
465 h->mq = GNUNET_CLIENT_connecT (h->cfg, 465 h->mq = GNUNET_CLIENT_connect (h->cfg,
466 "peerinfo", 466 "peerinfo",
467 handlers, 467 handlers,
468 &mq_error_handler, 468 &mq_error_handler,