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.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fs/fs_tree.c b/src/fs/fs_tree.c
index 760a7e039..55f7b0e09 100644
--- a/src/fs/fs_tree.c
+++ b/src/fs/fs_tree.c
@@ -385,8 +385,8 @@ void GNUNET_FS_tree_encoder_next (struct GNUNET_FS_TreeEncoder * te)
385 &mychk->query, 385 &mychk->query,
386 te->publish_offset, 386 te->publish_offset,
387 (te->current_depth == te->chk_tree_depth) 387 (te->current_depth == te->chk_tree_depth)
388 ? GNUNET_BLOCK_TYPE_DBLOCK 388 ? GNUNET_BLOCK_TYPE_FS_DBLOCK
389 : GNUNET_BLOCK_TYPE_IBLOCK, 389 : GNUNET_BLOCK_TYPE_FS_IBLOCK,
390 enc, 390 enc,
391 pt_size); 391 pt_size);
392 if (NULL != te->progress) 392 if (NULL != te->progress)