aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorNathan S. Evans <evans@in.tum.de>2011-03-14 19:02:03 +0000
committerNathan S. Evans <evans@in.tum.de>2011-03-14 19:02:03 +0000
commit34b96c3a763101c8291b06ac9f512a9b9fecd20f (patch)
tree64b09ae76882d843f755ab47bd00259731031034 /src/testing
parent49f005a2388843e45138fbb5f80e5cfce172b941 (diff)
downloadgnunet-34b96c3a763101c8291b06ac9f512a9b9fecd20f.tar.gz
gnunet-34b96c3a763101c8291b06ac9f512a9b9fecd20f.zip
debugging
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing_group.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/testing/testing_group.c b/src/testing/testing_group.c
index c7aff955c..878908ced 100644
--- a/src/testing/testing_group.c
+++ b/src/testing/testing_group.c
@@ -6671,7 +6671,10 @@ GNUNET_TESTING_daemons_stop(struct GNUNET_TESTING_PeerGroup *pg,
6671 GNUNET_SCHEDULER_add_now (&schedule_shutdown_task, peer_shutdown_ctx); 6671 GNUNET_SCHEDULER_add_now (&schedule_shutdown_task, peer_shutdown_ctx);
6672 6672
6673 if (NULL != pg->peers[off].cfg) 6673 if (NULL != pg->peers[off].cfg)
6674 {
6674 GNUNET_CONFIGURATION_destroy (pg->peers[off].cfg); 6675 GNUNET_CONFIGURATION_destroy (pg->peers[off].cfg);
6676 pg->peers[off].cfg = NULL;
6677 }
6675#if OLD 6678#if OLD
6676 conn_iter = pg->peers[off].allowed_peers_head; 6679 conn_iter = pg->peers[off].allowed_peers_head;
6677 while (conn_iter != NULL) 6680 while (conn_iter != NULL)