aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/dht/test_dht_multipeer.c3
1 files changed, 2 insertions, 1 deletions
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)
462 GNUNET_free (test_get); 462 GNUNET_free (test_get);
463 } 463 }
464 ok = 1; 464 ok = 1;
465 GNUNET_TESTING_daemons_stop (pg, TIMEOUT, &shutdown_callback, NULL); 465 /* testing_peergroup will do that in its own end_badly() handler */
466 /*GNUNET_TESTING_daemons_stop (pg, TIMEOUT, &shutdown_callback, NULL);*/
466 pg = NULL; 467 pg = NULL;
467} 468}
468 469