diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-10-04 12:00:10 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-10-04 12:00:10 +0100 |
commit | 27ffa75d2b359e9107c5a62c307692260037ccdc (patch) | |
tree | 3c026f706b9e78a65025fe06a32c0eb85760ea38 /lualib/lua_scanners | |
parent | 403d8eef0db29e81b4524844b9630ccfc01b8305 (diff) | |
download | rspamd-27ffa75d2b359e9107c5a62c307692260037ccdc.tar.gz rspamd-27ffa75d2b359e9107c5a62c307692260037ccdc.zip |
[Minor] Check_cache is now need_check...
Diffstat (limited to 'lualib/lua_scanners')
-rw-r--r-- | lualib/lua_scanners/common.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lualib/lua_scanners/common.lua b/lualib/lua_scanners/common.lua index 2869cc2ed..8f72ce76b 100644 --- a/lualib/lua_scanners/common.lua +++ b/lualib/lua_scanners/common.lua @@ -440,7 +440,6 @@ exports.log_clean = log_clean exports.yield_result = yield_result exports.match_patterns = match_patterns exports.need_check = need_check -exports.check_cache = check_cache exports.save_cache = save_cache exports.create_regex_table = create_regex_table exports.check_parts_match = check_parts_match |