aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_tree.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-18 19:10:12 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-18 19:10:12 +0000
commit3756b235a8ef6a680a1bc7197c1ce45d778af09c (patch)
treeec506ec28427cfc7813711b938fccbbbb6d1d728 /src/fs/fs_tree.c
parentd24bc034571753884f63bdb9c45ec53ef289121c (diff)
downloadgnunet-3756b235a8ef6a680a1bc7197c1ce45d778af09c.tar.gz
gnunet-3756b235a8ef6a680a1bc7197c1ce45d778af09c.zip
plane hacking
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)