diff options
Diffstat (limited to 'src/fuzzy_storage.c')
-rw-r--r-- | src/fuzzy_storage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fuzzy_storage.c b/src/fuzzy_storage.c index e0a31a9a4..a1eb80997 100644 --- a/src/fuzzy_storage.c +++ b/src/fuzzy_storage.c @@ -1985,7 +1985,7 @@ fuzzy_parse_keypair (rspamd_mempool_t *pool, else if (ucl_object_type (obj) == UCL_ARRAY) { while ((cur = ucl_object_iterate (obj, &it, true)) != NULL) { if (!fuzzy_parse_keypair (pool, cur, pd, section, err)) { - return FALSE; + msg_err_pool ("cannot parse keypair"); } } } |