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 04afe78de..0c2fb18a4 100644
--- a/src/fs/fs_test_lib.c
+++ b/src/fs/fs_test_lib.c
@@ -573,6 +573,7 @@ download_connect_adapter (void *cls,
573 return GNUNET_FS_start (cfg, 573 return GNUNET_FS_start (cfg,
574 "fs-test-download", 574 "fs-test-download",
575 &download_progress_cb, po, 575 &download_progress_cb, po,
576 GNUNET_FS_FLAGS_NONE,
576 GNUNET_FS_OPTIONS_END); 577 GNUNET_FS_OPTIONS_END);
577} 578}
578 579