diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2022-03-21 16:36:39 +0100 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2022-03-21 16:36:39 +0100 |
commit | 5a7f29f11e20bfdd5292388487907812fba1142a (patch) | |
tree | c190bdb2f42d6072d960313c6a20e3bef6687f17 /src | |
parent | 8b0ef87bd51442c30077b5f9d0590ec149bd1cd0 (diff) |
-fix FTBFS
Diffstat (limited to 'src')
-rw-r--r-- | src/fs/test_plugin_block_fs.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/fs/test_plugin_block_fs.c b/src/fs/test_plugin_block_fs.c index 727cc37c2..f15d10b17 100644 --- a/src/fs/test_plugin_block_fs.c +++ b/src/fs/test_plugin_block_fs.c @@ -43,7 +43,6 @@ test_fs (struct GNUNET_BLOCK_Context *ctx) if (GNUNET_OK != GNUNET_BLOCK_check_block (ctx, GNUNET_BLOCK_TYPE_FS_DBLOCK, - &key, block, sizeof(block))) return 2; @@ -54,7 +53,7 @@ test_fs (struct GNUNET_BLOCK_Context *ctx) NULL, 0)) return 4; GNUNET_log_skip (1, GNUNET_NO); - if (GNUNET_BLOCK_EVALUATION_REQUEST_INVALID != + if (GNUNET_NO != GNUNET_BLOCK_check_query (ctx, GNUNET_BLOCK_TYPE_FS_DBLOCK, &key, |