gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r14000 - gnunet/src/fs


From: gnunet
Subject: [GNUnet-SVN] r14000 - gnunet/src/fs
Date: Tue, 21 Dec 2010 17:13:06 +0100

Author: grothoff
Date: 2010-12-21 17:13:06 +0100 (Tue, 21 Dec 2010)
New Revision: 14000

Modified:
   gnunet/src/fs/fs_test_lib.c
Log:
fixes

Modified: gnunet/src/fs/fs_test_lib.c
===================================================================
--- gnunet/src/fs/fs_test_lib.c 2010-12-21 16:12:30 UTC (rev 13999)
+++ gnunet/src/fs/fs_test_lib.c 2010-12-21 16:13:06 UTC (rev 14000)
@@ -535,7 +535,8 @@
        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]);




reply via email to

[Prev in Thread] Current Thread [Next in Thread]