From cae47edfb5950a877ea94aefd716fbcbb1e5c3a1 Mon Sep 17 00:00:00 2001 From: Andrew Lewis Date: Fri, 21 Apr 2017 17:10:31 +0200 Subject: [PATCH] [Minor] Silence warning --- src/plugins/lua/hfilter.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/lua/hfilter.lua b/src/plugins/lua/hfilter.lua index 54855ec8a..0e06f683c 100644 --- a/src/plugins/lua/hfilter.lua +++ b/src/plugins/lua/hfilter.lua @@ -417,7 +417,7 @@ local function hfilter(task) -- Regexp check HELO (checks_hello_bareip) local find_bareip = false if not find_badip then - local values = checks_hello_bareip_map:get_key(helo) + values = checks_hello_bareip_map:get_key(helo) if values then task:insert_result('HFILTER_HELO_BAREIP', 1.0, helo, values) find_bareip = true -- 2.39.5