aboutsummaryrefslogtreecommitdiff
path: root/src/core/core_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-01-09 08:51:33 +0100
committerChristian Grothoff <christian@grothoff.org>2017-01-09 21:17:42 +0100
commite174c5ea585ec49300c7680d139a98b259110491 (patch)
tree9db3e2c1cdedfd3969d1774a95514d32053f4915 /src/core/core_api.c
parent17c50a3b427229b7203c4748a071286663d0272e (diff)
downloadgnunet-e174c5ea585ec49300c7680d139a98b259110491.tar.gz
gnunet-e174c5ea585ec49300c7680d139a98b259110491.zip
fix link issue
Diffstat (limited to 'src/core/core_api.c')
-rw-r--r--src/core/core_api.c4
1 files 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 @@
18 Boston, MA 02110-1301, USA. 18 Boston, MA 02110-1301, USA.
19*/ 19*/
20/** 20/**
21 * @file core/core_api_2.c 21 * @file core/core_api.c
22 * @brief core service; this is the main API for encrypted P2P 22 * @brief core service; this is the main API for encrypted P2P
23 * communications 23 * communications
24 * @author Christian Grothoff 24 * @author Christian Grothoff
@@ -810,7 +810,7 @@ GNUNET_CORE_connecT (const struct GNUNET_CONFIGURATION_Handle *cfg,
810 reconnect (h); 810 reconnect (h);
811 if (NULL == h->mq) 811 if (NULL == h->mq)
812 { 812 {
813 GNUNET_CORE_disconnect (h); 813 GNUNET_CORE_disconnecT (h);
814 return NULL; 814 return NULL;
815 } 815 }
816 return h; 816 return h;