aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_unindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_unindex.c')
-rw-r--r--src/fs/test_fs_unindex.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/test_fs_unindex.c b/src/fs/test_fs_unindex.c
index 3607144f3..861685d32 100644
--- a/src/fs/test_fs_unindex.c
+++ b/src/fs/test_fs_unindex.c
@@ -261,7 +261,8 @@ run (void *cls,
261 GNUNET_free (buf); 261 GNUNET_free (buf);
262 meta = GNUNET_CONTAINER_meta_data_create (); 262 meta = GNUNET_CONTAINER_meta_data_create ();
263 kuri = GNUNET_FS_uri_ksk_create_from_args (2, keywords); 263 kuri = GNUNET_FS_uri_ksk_create_from_args (2, keywords);
264 fi = GNUNET_FS_file_information_create_from_file ("publish-context", 264 fi = GNUNET_FS_file_information_create_from_file (fs,
265 "publish-context",
265 fn, 266 fn,
266 kuri, 267 kuri,
267 meta, 268 meta,