aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_unindex.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-30 08:57:16 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-30 08:57:16 +0000
commit8080b1223983045fc3374e67fc01be643a84a09f (patch)
tree0b1f889880863766c5cbcd9db6646cdfd01a728d /src/fs/test_fs_unindex.c
parent377c3e56c2b903b6cf57b687f20b2379299c5c89 (diff)
downloadgnunet-8080b1223983045fc3374e67fc01be643a84a09f.tar.gz
gnunet-8080b1223983045fc3374e67fc01be643a84a09f.zip
towards fi synchronization
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,