diff options
author | Andrew Lewis <nerf@judo.za.org> | 2016-11-12 17:08:12 +0200 |
---|---|---|
committer | Andrew Lewis <nerf@judo.za.org> | 2016-11-12 17:08:12 +0200 |
commit | 82248098890e862af19ff8c5d9def10f03921262 (patch) | |
tree | 4798fd523d94e80a713d5d3f6b266b5fd6199a63 /src/plugins/fuzzy_check.c | |
parent | 6deaf1129d3bb8ad8967698e31ac139a35c2e111 (diff) | |
download | rspamd-82248098890e862af19ff8c5d9def10f03921262.tar.gz rspamd-82248098890e862af19ff8c5d9def10f03921262.zip |
[Minor] Fix tests
Diffstat (limited to 'src/plugins/fuzzy_check.c')
-rw-r--r-- | src/plugins/fuzzy_check.c | 2 |
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); |