diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-08-11 15:43:24 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-08-11 15:43:24 +0000 |
commit | 4a0398474db197abed243a123fb971fbeeffab4b (patch) | |
tree | 36e44122096ec4310d045937a480ab51faf1a0cf /src/fs/fs_unindex.c | |
parent | b64ef35e9e4d3f43b8840bacac60ac2a91ae03f1 (diff) |
-fix
Diffstat (limited to 'src/fs/fs_unindex.c')
-rw-r--r-- | src/fs/fs_unindex.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/fs/fs_unindex.c b/src/fs/fs_unindex.c index cfe73d617b..5a956b0b5f 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) keyword = &uc->ksk_uri->data.ksk.keywords[uc->ksk_offset][1]; GNUNET_CRYPTO_ecc_public_key_derive (&anon_pub, keyword, + "fs-ublock", &dpub); GNUNET_CRYPTO_hash (&dpub, sizeof (dpub), |