fix link issue
authorChristian Grothoff <christian@grothoff.org>
Mon, 9 Jan 2017 07:51:33 +0000 (08:51 +0100)
committerChristian Grothoff <christian@grothoff.org>
Mon, 9 Jan 2017 20:17:42 +0000 (21:17 +0100)
src/core/core_api.c

index 7826cd03e396551a72ebd5f5975db6de12ed370e..cf7924a0d9dfbbaf6809acf4adb37617895d8812 100644 (file)
@@ -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;