gnunet

Main GNUnet Logic
Log | Files | Refs | Submodules | README | LICENSE

commit e174c5ea585ec49300c7680d139a98b259110491
parent 17c50a3b427229b7203c4748a071286663d0272e
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  9 Jan 2017 08:51:33 +0100

fix link issue

Diffstat:
Msrc/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 @@ -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;