From 0e770eb262e25bd2d2b268d2f72c4918280a4a2a Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 9 Jan 2012 16:43:54 +0000 Subject: -LRN: make file filename alterable and initializable --- src/fs/test_fs_list_indexed.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/fs/test_fs_list_indexed.c') 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, fidir = GNUNET_FS_file_information_create_empty_directory (fs, "list_indexed-context-dir", - kuri, meta, &bo); + kuri, meta, &bo, NULL); GNUNET_assert (GNUNET_OK == GNUNET_FS_file_information_add (fidir, fi1)); GNUNET_assert (GNUNET_OK == GNUNET_FS_file_information_add (fidir, fi2)); GNUNET_FS_uri_destroy (kuri); -- cgit v1.2.3