aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-09-14 15:33:25 +0000
committerChristian Grothoff <christian@grothoff.org>2012-09-14 15:33:25 +0000
commitb035fd00cb16ee7c2408c529e67edfb885ae46c1 (patch)
tree3da2cd4f59376fe5beb9358dcd9056094c39e4e4 /src/fs
parentdf0c5db3bc76cd35143334658c4ddd22784bd98c (diff)
downloadgnunet-b035fd00cb16ee7c2408c529e67edfb885ae46c1.tar.gz
gnunet-b035fd00cb16ee7c2408c529e67edfb885ae46c1.zip
-fix
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/fs_test_lib.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/fs_test_lib.c b/src/fs/fs_test_lib.c
index 0c2fb18a4..713cecac2 100644
--- a/src/fs/fs_test_lib.c
+++ b/src/fs/fs_test_lib.c
@@ -595,6 +595,8 @@ download_fs_connect_complete_cb (void *cls,
595{ 595{
596 struct TestDownloadOperation *dop = cls; 596 struct TestDownloadOperation *dop = cls;
597 597
598 dop->fs = ca_result;
599 GNUNET_assert (NULL != dop->fs);
598 dop->download_context = 600 dop->download_context =
599 GNUNET_FS_download_start (dop->fs, dop->uri, NULL, NULL, NULL, 0, dop->size, 601 GNUNET_FS_download_start (dop->fs, dop->uri, NULL, NULL, NULL, 0, dop->size,
600 dop->anonymity, GNUNET_FS_DOWNLOAD_OPTION_NONE, 602 dop->anonymity, GNUNET_FS_DOWNLOAD_OPTION_NONE,