aboutsummaryrefslogtreecommitdiff
path: root/src/testing
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2009-10-31 21:20:55 +0000
committerChristian Grothoff <christian@grothoff.org>2009-10-31 21:20:55 +0000
commited9a17174a6dbf69fdf99eb274f65b55c48ff980 (patch)
tree2e8db1720860b94663a663112a775d8b937f0507 /src/testing
parentbfc865c4521d83f0bf4043017350ec4c8f65a34f (diff)
downloadgnunet-ed9a17174a6dbf69fdf99eb274f65b55c48ff980.tar.gz
gnunet-ed9a17174a6dbf69fdf99eb274f65b55c48ff980.zip
do not do it twice
Diffstat (limited to 'src/testing')
-rw-r--r--src/testing/testing.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testing/testing.c b/src/testing/testing.c
index b4d305e9e..c31d8f2f3 100644
--- a/src/testing/testing.c
+++ b/src/testing/testing.c
@@ -790,7 +790,6 @@ void GNUNET_TESTING_daemon_stop (struct GNUNET_TESTING_Daemon *d,
790 return; 790 return;
791 } 791 }
792 GNUNET_CONFIGURATION_destroy (d->cfg); 792 GNUNET_CONFIGURATION_destroy (d->cfg);
793 GNUNET_break (GNUNET_OK == GNUNET_DISK_directory_remove (d->cfgfile));
794 GNUNET_free (d->cfgfile); 793 GNUNET_free (d->cfgfile);
795 GNUNET_free_non_null (d->hostname); 794 GNUNET_free_non_null (d->hostname);
796 GNUNET_free_non_null (d->username); 795 GNUNET_free_non_null (d->username);