X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Fcore%2Ftest_core_api_send_to_self.c;h=5cfc8b35f780ed668ebb5054b07e0eca760c317b;hb=4b766fd267ca83a8faa4e22353d5942074d6f2b7;hp=d29da651b37cc2bacda01d27bc2e24cc0b4121a0;hpb=7f937e3781f36538d9864fa841822eecdaf0bf27;p=oweals%2Fgnunet.git diff --git a/src/core/test_core_api_send_to_self.c b/src/core/test_core_api_send_to_self.c index d29da651b..5cfc8b35f 100644 --- a/src/core/test_core_api_send_to_self.c +++ b/src/core/test_core_api_send_to_self.c @@ -65,7 +65,7 @@ cleanup (void *cls) } if (NULL != core) { - GNUNET_CORE_disconnecT (core); + GNUNET_CORE_disconnect (core); core = NULL; } GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, @@ -159,7 +159,7 @@ run (void *cls, }; core = - GNUNET_CORE_connecT (cfg, + GNUNET_CORE_connect (cfg, NULL, &init, &connect_cb,