gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 10/17: fix link issue


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 10/17: fix link issue
Date: Mon, 09 Jan 2017 21:19:16 +0100

This is an automated email from the git hooks/post-receive script.

grothoff pushed a commit to branch master
in repository gnunet.

commit e174c5ea585ec49300c7680d139a98b259110491
Author: Christian Grothoff <address@hidden>
AuthorDate: Mon Jan 9 08:51:33 2017 +0100

    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;

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]