aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_list_indexed.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-09 16:43:54 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-09 16:43:54 +0000
commit0e770eb262e25bd2d2b268d2f72c4918280a4a2a (patch)
treed1d1005abf1a0bb8bbe33d10043b400f5486523d /src/fs/test_fs_list_indexed.c
parentc4829724c001815fd57fc2f1d44c7815602196ec (diff)
downloadgnunet-0e770eb262e25bd2d2b268d2f72c4918280a4a2a.tar.gz
gnunet-0e770eb262e25bd2d2b268d2f72c4918280a4a2a.zip
-LRN: make file filename alterable and initializable
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);