diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-02-21 11:08:13 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-02-21 11:08:13 +0000 |
commit | b65f3234c48e80ef3494dfb58a9c48cb78822fb7 (patch) | |
tree | 7ebea0461676547cbfa0d603149f963a00973346 /src/libserver/cfg_file.h | |
parent | 1464550609b1964829a05b6cec7708f9b91a536f (diff) | |
download | rspamd-b65f3234c48e80ef3494dfb58a9c48cb78822fb7.tar.gz rspamd-b65f3234c48e80ef3494dfb58a9c48cb78822fb7.zip |
[Minor] Fix strict config checks
Diffstat (limited to 'src/libserver/cfg_file.h')
-rw-r--r-- | src/libserver/cfg_file.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libserver/cfg_file.h b/src/libserver/cfg_file.h index 1d782dd8b..b368464a0 100644 --- a/src/libserver/cfg_file.h +++ b/src/libserver/cfg_file.h @@ -656,7 +656,7 @@ void rspamd_ucl_add_conf_variables (struct ucl_parser *parser, GHashTable *vars) * @param reconfig * @return */ -gboolean rspamd_init_filters (struct rspamd_config *cfg, bool reconfig); +gboolean rspamd_init_filters (struct rspamd_config *cfg, bool reconfig, bool strict); /** * Add new symbol to the metric |