aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-14 12:30:30 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-14 12:30:30 +0000
commit0f4b7b7fb04e1af1810e3414cdeb3881d8465999 (patch)
treef5e08fb6602428aacc075b3e8f6d85e02837c04c /src/fs
parent7c20cbe94c8860fc4bbb8149f7e4786ab3ea5020 (diff)
downloadgnunet-0f4b7b7fb04e1af1810e3414cdeb3881d8465999.tar.gz
gnunet-0f4b7b7fb04e1af1810e3414cdeb3881d8465999.zip
-fix
Diffstat (limited to 'src/fs')
-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