fix
[oweals/gnunet.git] / src / fs / fs_tree.c
index 760a7e03972dc6b9ca1dc99fc12f908bc2aa32c3..55f7b0e091e7aba5d4ea2846104da6180624cbe2 100644 (file)
@@ -385,8 +385,8 @@ void GNUNET_FS_tree_encoder_next (struct GNUNET_FS_TreeEncoder * te)
              &mychk->query,
              te->publish_offset,
              (te->current_depth == te->chk_tree_depth) 
-             ? GNUNET_BLOCK_TYPE_DBLOCK 
-             : GNUNET_BLOCK_TYPE_IBLOCK,
+             ? GNUNET_BLOCK_TYPE_FS_DBLOCK 
+             : GNUNET_BLOCK_TYPE_FS_IBLOCK,
              enc,
              pt_size);
   if (NULL != te->progress)