aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_publish.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-01-09 16:43:54 +0000
committerChristian Grothoff <christian@grothoff.org>2012-01-09 16:43:54 +0000
commit0e770eb262e25bd2d2b268d2f72c4918280a4a2a (patch)
treed1d1005abf1a0bb8bbe33d10043b400f5486523d /src/fs/test_fs_publish.c
parentc4829724c001815fd57fc2f1d44c7815602196ec (diff)
downloadgnunet-0e770eb262e25bd2d2b268d2f72c4918280a4a2a.tar.gz
gnunet-0e770eb262e25bd2d2b268d2f72c4918280a4a2a.zip
-LRN: make file filename alterable and initializable
Diffstat (limited to 'src/fs/test_fs_publish.c')
-rw-r--r--src/fs/test_fs_publish.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/test_fs_publish.c b/src/fs/test_fs_publish.c
index 051b84f68..65632cb08 100644
--- a/src/fs/test_fs_publish.c
+++ b/src/fs/test_fs_publish.c
@@ -266,7 +266,7 @@ run (void *cls, char *const *args, const char *cfgfile,
266 fidir = 266 fidir =
267 GNUNET_FS_file_information_create_empty_directory (fs, 267 GNUNET_FS_file_information_create_empty_directory (fs,
268 "publish-context-dir", 268 "publish-context-dir",
269 kuri, meta, &bo); 269 kuri, meta, &bo, NULL);
270 GNUNET_assert (GNUNET_OK == GNUNET_FS_file_information_add (fidir, fi1)); 270 GNUNET_assert (GNUNET_OK == GNUNET_FS_file_information_add (fidir, fi1));
271 GNUNET_assert (GNUNET_OK == GNUNET_FS_file_information_add (fidir, fi2)); 271 GNUNET_assert (GNUNET_OK == GNUNET_FS_file_information_add (fidir, fi2));
272 GNUNET_FS_uri_destroy (kuri); 272 GNUNET_FS_uri_destroy (kuri);