aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_list_indexed.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_list_indexed.c')
-rw-r--r--src/fs/test_fs_list_indexed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_fs_list_indexed.c b/src/fs/test_fs_list_indexed.c
index 8a847ba2b..5d2ad5d78 100644
--- a/src/fs/test_fs_list_indexed.c
+++ b/src/fs/test_fs_list_indexed.c
@@ -281,7 +281,7 @@ run (void *cls, char *const *args, const char *cfgfile,
281 fidir = 281 fidir =
282 GNUNET_FS_file_information_create_empty_directory (fs, 282 GNUNET_FS_file_information_create_empty_directory (fs,
283 "list_indexed-context-dir", 283 "list_indexed-context-dir",
284 kuri, meta, &bo); 284 kuri, meta, &bo, NULL);
285 GNUNET_assert (GNUNET_OK == GNUNET_FS_file_information_add (fidir, fi1)); 285 GNUNET_assert (GNUNET_OK == GNUNET_FS_file_information_add (fidir, fi1));
286 GNUNET_assert (GNUNET_OK == GNUNET_FS_file_information_add (fidir, fi2)); 286 GNUNET_assert (GNUNET_OK == GNUNET_FS_file_information_add (fidir, fi2));
287 GNUNET_FS_uri_destroy (kuri); 287 GNUNET_FS_uri_destroy (kuri);