aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fs/fs_test_lib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/fs_test_lib.c b/src/fs/fs_test_lib.c
index bbed98249..04afe78de 100644
--- a/src/fs/fs_test_lib.c
+++ b/src/fs/fs_test_lib.c
@@ -320,6 +320,7 @@ publish_connect_adapter (void *cls,
320 return GNUNET_FS_start (cfg, 320 return GNUNET_FS_start (cfg,
321 "fs-test-publish", 321 "fs-test-publish",
322 &publish_progress_cb, po, 322 &publish_progress_cb, po,
323 GNUNET_FS_FLAGS_NONE,
323 GNUNET_FS_OPTIONS_END); 324 GNUNET_FS_OPTIONS_END);
324} 325}
325 326