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

-- Regexp check HELO (checks_hello_bareip) -- Regexp check HELO (checks_hello_bareip)
local find_bareip = false local find_bareip = false
if not find_badip then 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 if values then
task:insert_result('HFILTER_HELO_BAREIP', 1.0, helo, values) task:insert_result('HFILTER_HELO_BAREIP', 1.0, helo, values)
find_bareip = true find_bareip = true

Loading…
Cancel
Save