fix #4609
authorChristian Grothoff <christian@grothoff.org>
Thu, 4 Aug 2016 09:00:49 +0000 (09:00 +0000)
committerChristian Grothoff <christian@grothoff.org>
Thu, 4 Aug 2016 09:00:49 +0000 (09:00 +0000)
src/social/test_social.c

index 6a27680304fb1ed3e7d17a8c353b7a51d96eadf1..6de31eb8389755bb78cdcc24f3781f097151c671 100644 (file)
@@ -406,7 +406,7 @@ app_connected (void *cls)
               "App connected: %p\n", cls);
   if (NULL != core)
   {
-    GNUNET_CORE_disconnect (core);
+    GNUNET_CORE_disconnecT (core);
     core = NULL;
   }
 }