aboutsummaryrefslogtreecommitdiff
path: root/src/fs/test_fs_file_information.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/test_fs_file_information.c')
-rw-r--r--src/fs/test_fs_file_information.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fs/test_fs_file_information.c b/src/fs/test_fs_file_information.c
index 57698165e..914dbad9f 100644
--- a/src/fs/test_fs_file_information.c
+++ b/src/fs/test_fs_file_information.c
@@ -67,7 +67,6 @@ mycleaner(void *cls,
67 67
68static void 68static void
69run (void *cls, 69run (void *cls,
70 struct GNUNET_SCHEDULER_Handle *s,
71 char *const *args, 70 char *const *args,
72 const char *cfgfile, 71 const char *cfgfile,
73 const struct GNUNET_CONFIGURATION_Handle *cfg) 72 const struct GNUNET_CONFIGURATION_Handle *cfg)
@@ -87,7 +86,7 @@ run (void *cls,
87 struct GNUNET_FS_Handle *fs; 86 struct GNUNET_FS_Handle *fs;
88 size_t i; 87 size_t i;
89 88
90 fs = GNUNET_FS_start (s, cfg, "test-fs-file-information", NULL, NULL, 89 fs = GNUNET_FS_start (cfg, "test-fs-file-information", NULL, NULL,
91 GNUNET_FS_FLAGS_NONE, 90 GNUNET_FS_FLAGS_NONE,
92 GNUNET_FS_OPTIONS_END); 91 GNUNET_FS_OPTIONS_END);
93 fn1 = GNUNET_DISK_mktemp ("gnunet-file_information-test-dst"); 92 fn1 = GNUNET_DISK_mktemp ("gnunet-file_information-test-dst");