aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-11 15:43:24 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-11 15:43:24 +0000
commit4a0398474db197abed243a123fb971fbeeffab4b (patch)
tree36e44122096ec4310d045937a480ab51faf1a0cf
parentb64ef35e9e4d3f43b8840bacac60ac2a91ae03f1 (diff)
downloadgnunet-4a0398474db197abed243a123fb971fbeeffab4b.tar.gz
gnunet-4a0398474db197abed243a123fb971fbeeffab4b.zip
-fix
-rw-r--r--src/fs/fs_unindex.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c
index cfe73d617..5a956b0b5 100644
--- a/src/fs/fs_unindex.c
+++ b/src/fs/fs_unindex.c
@@ -578,6 +578,7 @@ GNUNET_FS_unindex_do_remove_kblocks_ (struct GNUNET_FS_UnindexContext *uc)
578 keyword = &uc->ksk_uri->data.ksk.keywords[uc->ksk_offset][1]; 578 keyword = &uc->ksk_uri->data.ksk.keywords[uc->ksk_offset][1];
579 GNUNET_CRYPTO_ecc_public_key_derive (&anon_pub, 579 GNUNET_CRYPTO_ecc_public_key_derive (&anon_pub,
580 keyword, 580 keyword,
581 "fs-ublock",
581 &dpub); 582 &dpub);
582 GNUNET_CRYPTO_hash (&dpub, 583 GNUNET_CRYPTO_hash (&dpub,
583 sizeof (dpub), 584 sizeof (dpub),