commit 27ffa75: [Minor] Check_cache is now need_check...
Vsevolod Stakhov
vsevolod at highsecure.ru
Fri Oct 4 11:07:07 UTC 2019
Author: Vsevolod Stakhov
Date: 2019-10-04 12:00:10 +0100
URL: https://github.com/rspamd/rspamd/commit/27ffa75d2b359e9107c5a62c307692260037ccdc (HEAD -> master)
[Minor] Check_cache is now need_check...
---
lualib/lua_scanners/common.lua | 1 -
1 file changed, 1 deletion(-)
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
More information about the Commits
mailing list