diff options
author | Christian Grothoff <christian@grothoff.org> | 2010-04-30 08:57:16 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2010-04-30 08:57:16 +0000 |
commit | 8080b1223983045fc3374e67fc01be643a84a09f (patch) | |
tree | 0b1f889880863766c5cbcd9db6646cdfd01a728d /src/fs/test_fs_unindex.c | |
parent | 377c3e56c2b903b6cf57b687f20b2379299c5c89 (diff) |
towards fi synchronization
Diffstat (limited to 'src/fs/test_fs_unindex.c')
-rw-r--r-- | src/fs/test_fs_unindex.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fs/test_fs_unindex.c b/src/fs/test_fs_unindex.c index 3607144f35..861685d322 100644 --- a/src/fs/test_fs_unindex.c +++ b/src/fs/test_fs_unindex.c @@ -261,7 +261,8 @@ run (void *cls, GNUNET_free (buf); meta = GNUNET_CONTAINER_meta_data_create (); kuri = GNUNET_FS_uri_ksk_create_from_args (2, keywords); - fi = GNUNET_FS_file_information_create_from_file ("publish-context", + fi = GNUNET_FS_file_information_create_from_file (fs, + "publish-context", fn, kuri, meta, |