aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-14 12:29:51 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-14 12:29:51 +0000
commit7c20cbe94c8860fc4bbb8149f7e4786ab3ea5020 (patch)
treed1af74bdd3716955d8a9eb9d45655a696c2a0849 /src/fs
parent33ea153942354ce80f001932b471339e75869ca1 (diff)
downloadgnunet-7c20cbe94c8860fc4bbb8149f7e4786ab3ea5020.tar.gz
gnunet-7c20cbe94c8860fc4bbb8149f7e4786ab3ea5020.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 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