From e174c5ea585ec49300c7680d139a98b259110491 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 9 Jan 2017 08:51:33 +0100 Subject: [PATCH] fix link issue --- src/core/core_api.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/core_api.c b/src/core/core_api.c index 7826cd03e..cf7924a0d 100644 --- a/src/core/core_api.c +++ b/src/core/core_api.c @@ -18,7 +18,7 @@ Boston, MA 02110-1301, USA. */ /** - * @file core/core_api_2.c + * @file core/core_api.c * @brief core service; this is the main API for encrypted P2P * communications * @author Christian Grothoff @@ -810,7 +810,7 @@ GNUNET_CORE_connecT (const struct GNUNET_CONFIGURATION_Handle *cfg, reconnect (h); if (NULL == h->mq) { - GNUNET_CORE_disconnect (h); + GNUNET_CORE_disconnecT (h); return NULL; } return h; -- 2.25.1