aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs_publish.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fs/fs_publish.c')
-rw-r--r--src/fs/fs_publish.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/fs/fs_publish.c b/src/fs/fs_publish.c
index 80843006e..530a7ac9b 100644
--- a/src/fs/fs_publish.c
+++ b/src/fs/fs_publish.c
@@ -508,8 +508,9 @@ block_proc (void *cls,
508 { 508 {
509 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 509 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
510 "Indexing block `%s' for offset %llu with index size %u\n", 510 "Indexing block `%s' for offset %llu with index size %u\n",
511 GNUNET_h2s (&chk->query), (unsigned long long) offset, 511 GNUNET_h2s (&chk->query),
512 sizeof (struct OnDemandBlock)); 512 (unsigned long long) offset,
513 (unsigned int) sizeof (struct OnDemandBlock));
513 odb.offset = GNUNET_htonll (offset); 514 odb.offset = GNUNET_htonll (offset);
514 odb.file_id = p->data.file.file_id; 515 odb.file_id = p->data.file.file_id;
515 GNUNET_assert (pc->qre == NULL); 516 GNUNET_assert (pc->qre == NULL);