diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-04-30 08:57:16 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-04-30 08:57:16 +0000 |
commit | 39659bb8090fd63f7d7ae37c6bff8dc967fc7e5d (patch) | |
tree | 0b1f889880863766c5cbcd9db6646cdfd01a728d /src/fs/test_fs_unindex.c | |
parent | 4e24bce772e82fbd887124eb8dba246f4d38b105 (diff) |
towards fi synchronization
git-svn-id: https://gnunet.org/svn/gnunet@11129 140774ce-b5e7-0310-ab8b-a85725594a96
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, |