aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_publish_persistence.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-03 21:16:26 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-03 21:16:26 +0000
commit4272d487348ef1a75b8f55151ccacbdeea606031 (patch)
tree9733fdbcc7081c48449bd16a9bf96d79706d2778 /src/fs/test_fs_publish_persistence.c
parentf456623ec58197ba986681effcd46dbd4f4a2d18 (diff)
downloadgnunet-4272d487348ef1a75b8f55151ccacbdeea606031.tar.gz
gnunet-4272d487348ef1a75b8f55151ccacbdeea606031.zip
nitpicks
Diffstat (limited to 'src/fs/test_fs_publish_persistence.c')
-rw-r--r--src/fs/test_fs_publish_persistence.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/test_fs_publish_persistence.c b/src/fs/test_fs_publish_persistence.c
index cc3450a9f..dfcf335c7 100644
--- a/src/fs/test_fs_publish_persistence.c
+++ b/src/fs/test_fs_publish_persistence.c
@@ -332,6 +332,7 @@ run (void *cls,
332 1, 332 1,
333 42, 333 42,
334 GNUNET_TIME_relative_to_absolute (LIFETIME)); 334 GNUNET_TIME_relative_to_absolute (LIFETIME));
335 GNUNET_assert (NULL != fi1);
335 fi2 = GNUNET_FS_file_information_create_from_file (fs, 336 fi2 = GNUNET_FS_file_information_create_from_file (fs,
336 "publish-context2", 337 "publish-context2",
337 fn2, 338 fn2,
@@ -341,6 +342,7 @@ run (void *cls,
341 2, 342 2,
342 42, 343 42,
343 GNUNET_TIME_relative_to_absolute (LIFETIME)); 344 GNUNET_TIME_relative_to_absolute (LIFETIME));
345 GNUNET_assert (NULL != fi2);
344 fidir = GNUNET_FS_file_information_create_empty_directory (fs, 346 fidir = GNUNET_FS_file_information_create_empty_directory (fs,
345 "publish-context-dir", 347 "publish-context-dir",
346 kuri, 348 kuri,