aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_download.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-02-15 13:58:52 +0000
committerChristian Grothoff <christian@grothoff.org>2013-02-15 13:58:52 +0000
commitbdeb59bc30331d6fd9f05d56d44a30f281b46195 (patch)
tree4ed1830fec733e90ac15323b4e4851f704a35c64 /src/fs/fs_download.c
parent140fdac7581295bd7d9dd90ead81bf31f8473cbf (diff)
downloadgnunet-bdeb59bc30331d6fd9f05d56d44a30f281b46195.tar.gz
gnunet-bdeb59bc30331d6fd9f05d56d44a30f281b46195.zip
-fixes to make stream tests pass with ecc in core
Diffstat (limited to 'src/fs/fs_download.c')
-rw-r--r--src/fs/fs_download.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_download.c b/src/fs/fs_download.c
index 82fc39113..dc4d6723b 100644
--- a/src/fs/fs_download.c
+++ b/src/fs/fs_download.c
@@ -1884,7 +1884,7 @@ GNUNET_FS_download_start_task_ (void *cls,
1884 dc->top_request->state = BRS_CHK_SET; 1884 dc->top_request->state = BRS_CHK_SET;
1885 dc->top_request->chk = 1885 dc->top_request->chk =
1886 (dc->uri->type == 1886 (dc->uri->type ==
1887 chk) ? dc->uri->data.chk.chk : dc->uri->data.loc.fi.chk; 1887 GNUNET_FS_URI_CHK) ? dc->uri->data.chk.chk : dc->uri->data.loc.fi.chk;
1888 /* signal start */ 1888 /* signal start */
1889 GNUNET_FS_download_sync_ (dc); 1889 GNUNET_FS_download_sync_ (dc);
1890 if (NULL != dc->search) 1890 if (NULL != dc->search)