aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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,