From: Christian Grothoff Date: Sat, 31 Oct 2009 21:20:55 +0000 (+0000) Subject: do not do it twice X-Git-Tag: initial-import-from-subversion-38251~23189 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=ed9a17174a6dbf69fdf99eb274f65b55c48ff980;p=oweals%2Fgnunet.git do not do it twice --- 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, return; } GNUNET_CONFIGURATION_destroy (d->cfg); - GNUNET_break (GNUNET_OK == GNUNET_DISK_directory_remove (d->cfgfile)); GNUNET_free (d->cfgfile); GNUNET_free_non_null (d->hostname); GNUNET_free_non_null (d->username);