X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Ftestbed%2Ftest_gnunet_helper_testbed.c;h=cf4559c263cc202e3b8ae02e09ed7e2095014bc7;hb=a900b29ddaa9ea46c731b054b5e3ef3e725b95a8;hp=464142ecad5200852edcc9bba4cda378b06f4205;hpb=60d15a9c381f64552a963aa18a557874f3b5c280;p=oweals%2Fgnunet.git diff --git a/src/testbed/test_gnunet_helper_testbed.c b/src/testbed/test_gnunet_helper_testbed.c index 464142eca..cf4559c26 100644 --- a/src/testbed/test_gnunet_helper_testbed.c +++ b/src/testbed/test_gnunet_helper_testbed.c @@ -1,6 +1,6 @@ /* This file is part of GNUnet - (C) 2012 Christian Grothoff (and other contributing authors) + (C) 2008--2013 Christian Grothoff (and other contributing authors) GNUnet is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published @@ -88,7 +88,7 @@ do_shutdown (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) if (GNUNET_SCHEDULER_NO_TASK != abort_task) GNUNET_SCHEDULER_cancel (abort_task); if (NULL != helper) - GNUNET_HELPER_stop (helper); + GNUNET_HELPER_stop (helper, GNUNET_NO); GNUNET_free_non_null (msg); if (NULL != cfg) GNUNET_CONFIGURATION_destroy (cfg);