aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-11-26 13:52:09 +0000
committerChristian Grothoff <christian@grothoff.org>2011-11-26 13:52:09 +0000
commitfe6168bdc4c414b5a5c435c9ea04586120cd3ed3 (patch)
tree89d43baf9679a8b94c5b68347e8bed832063bab9
parentecdc64b5af16246777bb2a4cab79e203fe462a66 (diff)
downloadgnunet-fe6168bdc4c414b5a5c435c9ea04586120cd3ed3.tar.gz
gnunet-fe6168bdc4c414b5a5c435c9ea04586120cd3ed3.zip
LRN: Do not stop daemons twice / #1919
-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