aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_download.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-06-08 14:14:21 +0000
committerChristian Grothoff <christian@grothoff.org>2012-06-08 14:14:21 +0000
commit84e49f4f5a1252e8c9e88ccc91ee9b535fcf5fb2 (patch)
tree5704405134934eae88cd5aedf5f5dd8051a63dd6 /src/fs/fs_download.c
parentb0ce9b9445b4462384e7bd1dd97c6cdc153dbf56 (diff)
downloadgnunet-84e49f4f5a1252e8c9e88ccc91ee9b535fcf5fb2.tar.gz
gnunet-84e49f4f5a1252e8c9e88ccc91ee9b535fcf5fb2.zip
-fixing #2402, #2403, #2399, #2398
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 7c4dccb3c..f873885b3 100644
--- a/src/fs/fs_download.c
+++ b/src/fs/fs_download.c
@@ -2128,7 +2128,7 @@ GNUNET_FS_download_start (struct GNUNET_FS_Handle *h,
2128 dc->parent = parent; 2128 dc->parent = parent;
2129 if (NULL != parent) 2129 if (NULL != parent)
2130 GNUNET_CONTAINER_DLL_insert (parent->child_head, parent->child_tail, dc); 2130 GNUNET_CONTAINER_DLL_insert (parent->child_head, parent->child_tail, dc);
2131 else 2131 else if (0 == (GNUNET_FS_DOWNLOAD_IS_PROBE & options) )
2132 dc->top = 2132 dc->top =
2133 GNUNET_FS_make_top (dc->h, &GNUNET_FS_download_signal_suspend_, dc); 2133 GNUNET_FS_make_top (dc->h, &GNUNET_FS_download_signal_suspend_, dc);
2134 return dc; 2134 return dc;