aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_tree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_tree.c')
-rw-r--r--src/fs/fs_tree.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fs/fs_tree.c b/src/fs/fs_tree.c
index 0a0db7a10..58d0f0127 100644
--- a/src/fs/fs_tree.c
+++ b/src/fs/fs_tree.c
@@ -395,8 +395,7 @@ GNUNET_FS_tree_encoder_next (struct GNUNET_FS_TreeEncoder *te)
395 if (NULL != te->proc) 395 if (NULL != te->proc)
396 te->proc (te->cls, mychk, te->publish_offset, te->current_depth, 396 te->proc (te->cls, mychk, te->publish_offset, te->current_depth,
397 (0 == 397 (0 ==
398 te-> 398 te->current_depth) ? GNUNET_BLOCK_TYPE_FS_DBLOCK :
399 current_depth) ? GNUNET_BLOCK_TYPE_FS_DBLOCK :
400 GNUNET_BLOCK_TYPE_FS_IBLOCK, enc, pt_size); 399 GNUNET_BLOCK_TYPE_FS_IBLOCK, enc, pt_size);
401 if (NULL != te->progress) 400 if (NULL != te->progress)
402 te->progress (te->cls, te->publish_offset, pt_block, pt_size, 401 te->progress (te->cls, te->publish_offset, pt_block, pt_size,