aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/fuzzy_check.c
diff options
context:
space:
mode:
authorAndrew Lewis <nerf@judo.za.org>2016-11-12 17:08:12 +0200
committerAndrew Lewis <nerf@judo.za.org>2016-11-12 17:08:12 +0200
commit82248098890e862af19ff8c5d9def10f03921262 (patch)
tree4798fd523d94e80a713d5d3f6b266b5fd6199a63 /src/plugins/fuzzy_check.c
parent6deaf1129d3bb8ad8967698e31ac139a35c2e111 (diff)
downloadrspamd-82248098890e862af19ff8c5d9def10f03921262.tar.gz
rspamd-82248098890e862af19ff8c5d9def10f03921262.zip
[Minor] Fix tests
Diffstat (limited to 'src/plugins/fuzzy_check.c')
-rw-r--r--src/plugins/fuzzy_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c
index 452374853..9286bda89 100644
--- a/src/plugins/fuzzy_check.c
+++ b/src/plugins/fuzzy_check.c
@@ -1960,7 +1960,7 @@ cleanup:
reply = ucl_object_typed_new (UCL_OBJECT);
- ucl_object_insert_key (reply, ucl_object_fromstring ("true"),
+ ucl_object_insert_key (reply, ucl_object_frombool (true),
"success", 0, false);
hashes = ucl_object_typed_new (UCL_ARRAY);