diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-03-09 21:08:16 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-03-09 21:08:16 +0000 |
commit | 01e6bbb6ccd7337c7a9286016418d03d3d365d90 (patch) | |
tree | 817c8a18aa395b06b67195055dab608f8affb6e9 /src/fs/fs_api.c | |
parent | b0ee2cbddcdf5a2361ff168b8aeef5fb28d37014 (diff) |
-unindex needs to decrypt KBlock
Diffstat (limited to 'src/fs/fs_api.c')
-rw-r--r-- | src/fs/fs_api.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs_api.c b/src/fs/fs_api.c index 9acec5be45..669b8cc39f 100644 --- a/src/fs/fs_api.c +++ b/src/fs/fs_api.c @@ -1991,7 +1991,7 @@ deserialize_unindex_file (void *cls, const char *filename) (GNUNET_OK != read_start_time (rh, &uc->start_time)) || (GNUNET_OK != GNUNET_BIO_read_int32 (rh, &state)) || (GNUNET_OK != GNUNET_BIO_read (rh, "uri", &uc->chk, sizeof (struct ContentHashKey))) || - (GNUNET_BIO_read_string (rh, "unindex-kskuri", &uris, 10 * 1024)) || + (GNUNET_OK != GNUNET_BIO_read_string (rh, "unindex-kskuri", &uris, 10 * 1024)) || (GNUNET_OK != GNUNET_BIO_read_int32 (rh, &uc->ksk_offset)) ) { GNUNET_break (0); |