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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_tree.c b/src/fs/fs_tree.c
index a055bcd40..2bdf8a062 100644
--- a/src/fs/fs_tree.c
+++ b/src/fs/fs_tree.c
@@ -361,8 +361,8 @@ GNUNET_FS_tree_encoder_next (struct GNUNET_FS_TreeEncoder *te)
361 if (pt_size != 361 if (pt_size !=
362 te->reader (te->cls, te->publish_offset, pt_size, iob, &te->emsg)) 362 te->reader (te->cls, te->publish_offset, pt_size, iob, &te->emsg))
363 { 363 {
364 te->cont (te->cls, NULL);
365 te->in_next = GNUNET_NO; 364 te->in_next = GNUNET_NO;
365 te->cont (te->cls, NULL);
366 return; 366 return;
367 } 367 }
368 pt_block = iob; 368 pt_block = iob;