]> source.dussan.org Git - rspamd.git/commitdiff
[Minor] Fix tests 1122/head
authorAndrew Lewis <nerf@judo.za.org>
Sat, 12 Nov 2016 15:08:12 +0000 (17:08 +0200)
committerAndrew Lewis <nerf@judo.za.org>
Sat, 12 Nov 2016 15:08:12 +0000 (17:08 +0200)
src/plugins/fuzzy_check.c

index 452374853ec81c82a864de683aeda9532c4ecaec..9286bda893ea3683dc0c826ebd3f8a2ed3f8715e 100644 (file)
@@ -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);