From: Christian Grothoff Date: Thu, 4 Aug 2016 09:00:49 +0000 (+0000) Subject: fix #4609 X-Git-Tag: initial-import-from-subversion-38251~427 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9be2801b4c6c1efeffc969553c148eed70eedf09;p=oweals%2Fgnunet.git fix #4609 --- diff --git a/src/social/test_social.c b/src/social/test_social.c index 6a2768030..6de31eb83 100644 --- a/src/social/test_social.c +++ b/src/social/test_social.c @@ -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; } }