diff options
Diffstat (limited to 'lualib/lua_scanners')
-rw-r--r-- | lualib/lua_scanners/kaspersky_se.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lualib/lua_scanners/kaspersky_se.lua b/lualib/lua_scanners/kaspersky_se.lua index bd0a01ffa..ec9589ac6 100644 --- a/lualib/lua_scanners/kaspersky_se.lua +++ b/lualib/lua_scanners/kaspersky_se.lua @@ -120,7 +120,7 @@ local function kaspersky_se_check(task, content, digest, rule, maybe_part) local ip = task:get_from_ip() if ip and ip:is_valid() then - hdrs['X-KAV-SourceIP'] = tostring(ip) + hdrs['X-KAV-HostIP'] = tostring(ip) end if task:has_from() then |