Browse Source

[Minor] Silence warning

tags/1.6.0
Andrew Lewis 7 years ago
parent
commit
cae47edfb5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/plugins/lua/hfilter.lua

+ 1
- 1
src/plugins/lua/hfilter.lua View File

@@ -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

Loading…
Cancel
Save