From: Vsevolod Stakhov Date: Fri, 4 Oct 2019 11:00:10 +0000 (+0100) Subject: [Minor] Check_cache is now need_check... X-Git-Tag: 2.0~73 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27ffa75d2b359e9107c5a62c307692260037ccdc;p=thirdparty%2Frspamd.git [Minor] Check_cache is now need_check... --- diff --git a/lualib/lua_scanners/common.lua b/lualib/lua_scanners/common.lua index 2869cc2ed8..8f72ce76bb 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