From 5b79d2a877b71d5e718328784fd69725efa1d38d Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 21 Dec 2010 16:13:06 +0000 Subject: [PATCH] fixes --- src/fs/fs_test_lib.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/fs/fs_test_lib.c b/src/fs/fs_test_lib.c index 0647aca97..3112ce9a2 100644 --- a/src/fs/fs_test_lib.c +++ b/src/fs/fs_test_lib.c @@ -535,7 +535,8 @@ GNUNET_FS_TEST_daemons_stop (unsigned int total, GNUNET_CONFIGURATION_destroy (daemons[i]->cfg); if (NULL != daemons[i]->publish_tmp_file) { - GNUNET_DISK_directory_remove (daemons[i]->publish_tmp_file); + GNUNET_break (GNUNET_OK == + GNUNET_DISK_directory_remove (daemons[i]->publish_tmp_file)); GNUNET_free (daemons[i]->publish_tmp_file); } GNUNET_free (daemons[i]); -- 2.25.1