aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_test_lib.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-01-24 15:17:39 +0000
committerChristian Grothoff <christian@grothoff.org>2011-01-24 15:17:39 +0000
commitcc495dba9bd5ecbe25a8607a535fd439ec2d03fd (patch)
tree027da72dab48d804eba81605a19076a4afdbcc1b /src/fs/fs_test_lib.c
parentd7c1aa6d7e8312be7a1614ecb09090e6914b8447 (diff)
downloadgnunet-cc495dba9bd5ecbe25a8607a535fd439ec2d03fd.tar.gz
gnunet-cc495dba9bd5ecbe25a8607a535fd439ec2d03fd.zip
doxyfixes
Diffstat (limited to 'src/fs/fs_test_lib.c')
-rw-r--r--src/fs/fs_test_lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/fs_test_lib.c b/src/fs/fs_test_lib.c
index e63c5d596..fd600951c 100644
--- a/src/fs/fs_test_lib.c
+++ b/src/fs/fs_test_lib.c
@@ -527,6 +527,7 @@ GNUNET_FS_TEST_daemons_stop (unsigned int total,
527 struct GNUNET_CONFIGURATION_Handle *gcfg; 527 struct GNUNET_CONFIGURATION_Handle *gcfg;
528 528
529 GNUNET_assert (total > 0); 529 GNUNET_assert (total > 0);
530 GNUNET_assert (daemons[0] != NULL);
530 pg = daemons[0]->group; 531 pg = daemons[0]->group;
531 gcfg = daemons[0]->gcfg; 532 gcfg = daemons[0]->gcfg;
532 for (i=0;i<total;i++) 533 for (i=0;i<total;i++)
@@ -540,6 +541,7 @@ GNUNET_FS_TEST_daemons_stop (unsigned int total,
540 GNUNET_break (GNUNET_OK == 541 GNUNET_break (GNUNET_OK ==
541 GNUNET_DISK_directory_remove (daemons[i]->publish_tmp_file)); 542 GNUNET_DISK_directory_remove (daemons[i]->publish_tmp_file));
542 GNUNET_free (daemons[i]->publish_tmp_file); 543 GNUNET_free (daemons[i]->publish_tmp_file);
544 daemons[i]->publish_tmp_file = NULL;
543 } 545 }
544 GNUNET_free (daemons[i]); 546 GNUNET_free (daemons[i]);
545 daemons[i] = NULL; 547 daemons[i] = NULL;