From: Christian Grothoff Date: Sat, 26 Nov 2011 13:52:09 +0000 (+0000) Subject: LRN: Do not stop daemons twice / #1919 X-Git-Tag: initial-import-from-subversion-38251~15787 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fe6168bdc4c414b5a5c435c9ea04586120cd3ed3;p=oweals%2Fgnunet.git LRN: Do not stop daemons twice / #1919 --- diff --git a/src/dht/test_dht_multipeer.c b/src/dht/test_dht_multipeer.c index f6519239b..8de16b363 100644 --- a/src/dht/test_dht_multipeer.c +++ b/src/dht/test_dht_multipeer.c @@ -462,7 +462,8 @@ end_badly (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc) GNUNET_free (test_get); } ok = 1; - GNUNET_TESTING_daemons_stop (pg, TIMEOUT, &shutdown_callback, NULL); + /* testing_peergroup will do that in its own end_badly() handler */ + /*GNUNET_TESTING_daemons_stop (pg, TIMEOUT, &shutdown_callback, NULL);*/ pg = NULL; }