aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2022-03-21 16:36:39 +0100
committerChristian Grothoff <grothoff@gnunet.org>2022-03-21 16:36:39 +0100
commit5a7f29f11e20bfdd5292388487907812fba1142a (patch)
treec190bdb2f42d6072d960313c6a20e3bef6687f17 /src/fs
parent8b0ef87bd51442c30077b5f9d0590ec149bd1cd0 (diff)
downloadgnunet-5a7f29f11e20bfdd5292388487907812fba1142a.tar.gz
gnunet-5a7f29f11e20bfdd5292388487907812fba1142a.zip
-fix FTBFS
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/test_plugin_block_fs.c3
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)
43 if (GNUNET_OK != 43 if (GNUNET_OK !=
44 GNUNET_BLOCK_check_block (ctx, 44 GNUNET_BLOCK_check_block (ctx,
45 GNUNET_BLOCK_TYPE_FS_DBLOCK, 45 GNUNET_BLOCK_TYPE_FS_DBLOCK,
46 &key,
47 block, 46 block,
48 sizeof(block))) 47 sizeof(block)))
49 return 2; 48 return 2;
@@ -54,7 +53,7 @@ test_fs (struct GNUNET_BLOCK_Context *ctx)
54 NULL, 0)) 53 NULL, 0))
55 return 4; 54 return 4;
56 GNUNET_log_skip (1, GNUNET_NO); 55 GNUNET_log_skip (1, GNUNET_NO);
57 if (GNUNET_BLOCK_EVALUATION_REQUEST_INVALID != 56 if (GNUNET_NO !=
58 GNUNET_BLOCK_check_query (ctx, 57 GNUNET_BLOCK_check_query (ctx,
59 GNUNET_BLOCK_TYPE_FS_DBLOCK, 58 GNUNET_BLOCK_TYPE_FS_DBLOCK,
60 &key, 59 &key,