aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_tree.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-24 13:08:05 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-24 13:08:05 +0000
commit32892c4aa7736eb8039f28d79b5cdb53cdc0061c (patch)
tree9729d165562c1780934a9a979dbc06d7f8470592 /src/fs/fs_tree.c
parentbf6e480c1dda383bd55b311039d8d41189c5feea (diff)
downloadgnunet-32892c4aa7736eb8039f28d79b5cdb53cdc0061c.tar.gz
gnunet-32892c4aa7736eb8039f28d79b5cdb53cdc0061c.zip
off-line hack fest
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 ef7c560d6..15e13be21 100644
--- a/src/fs/fs_tree.c
+++ b/src/fs/fs_tree.c
@@ -389,8 +389,8 @@ void GNUNET_FS_tree_encoder_next (struct GNUNET_FS_TreeEncoder * te)
389 &mychk->query, 389 &mychk->query,
390 te->publish_offset, 390 te->publish_offset,
391 (te->current_depth == te->chk_tree_depth) 391 (te->current_depth == te->chk_tree_depth)
392 ? GNUNET_DATASTORE_BLOCKTYPE_DBLOCK 392 ? GNUNET_BLOCK_TYPE_DBLOCK
393 : GNUNET_DATASTORE_BLOCKTYPE_IBLOCK, 393 : GNUNET_BLOCK_TYPE_IBLOCK,
394 enc, 394 enc,
395 pt_size); 395 pt_size);
396 if (NULL != te->progress) 396 if (NULL != te->progress)