aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_download.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_download.c')
-rw-r--r--src/fs/fs_download.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fs/fs_download.c b/src/fs/fs_download.c
index e7ea87e50..4d03b6546 100644
--- a/src/fs/fs_download.c
+++ b/src/fs/fs_download.c
@@ -463,8 +463,7 @@ try_match_block (struct GNUNET_FS_DownloadContext *dc,
463 thus, reconstruction of (some) inner blocks will fail. 463 thus, reconstruction of (some) inner blocks will fail.
464 FIXME: we might eventually want to write a tighter test to 464 FIXME: we might eventually want to write a tighter test to
465 maximize the circumstances under which we do succeed with 465 maximize the circumstances under which we do succeed with
466 IBlock reconstruction. (need good tests though). */ 466 IBlock reconstruction. (need good tests though). */return;
467 return;
468 } 467 }
469 complete = GNUNET_YES; 468 complete = GNUNET_YES;
470 for (i = 0; i < dr->num_children; i++) 469 for (i = 0; i < dr->num_children; i++)
@@ -2285,6 +2284,7 @@ GNUNET_FS_download_start_downloading_ (struct GNUNET_FS_DownloadContext *dc)
2285 dc->job_queue); 2284 dc->job_queue);
2286} 2285}
2287 2286
2287
2288/** 2288/**
2289 * Suspend a download. 2289 * Suspend a download.
2290 * 2290 *
@@ -2414,4 +2414,5 @@ GNUNET_FS_download_stop (struct GNUNET_FS_DownloadContext *dc, int do_delete)
2414 GNUNET_free (dc); 2414 GNUNET_free (dc);
2415} 2415}
2416 2416
2417
2417/* end of fs_download.c */ 2418/* end of fs_download.c */