From: Andrew Lewis Date: Fri, 21 Apr 2017 15:10:31 +0000 (+0200) Subject: [Minor] Silence warning X-Git-Tag: 1.6.0~340 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cae47edfb5950a877ea94aefd716fbcbb1e5c3a1;p=thirdparty%2Frspamd.git [Minor] Silence warning --- diff --git a/src/plugins/lua/hfilter.lua b/src/plugins/lua/hfilter.lua index 54855ec8ad..0e06f683c9 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