From fe6168bdc4c414b5a5c435c9ea04586120cd3ed3 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 26 Nov 2011 13:52:09 +0000 Subject: LRN: Do not stop daemons twice / #1919 --- src/dht/test_dht_multipeer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3