aboutsummaryrefslogtreecommitdiffstats
path: root/lualib/lua_scanners/oletools.lua
diff options
context:
space:
mode:
authorCarsten Rosenberg <c.rosenberg@heinlein-support.de>2019-01-13 17:55:24 +0100
committerCarsten Rosenberg <c.rosenberg@heinlein-support.de>2019-01-13 17:55:24 +0100
commit2134040728963f49ce866fa8cd9158539bd9ee03 (patch)
tree21148bdc0e37e9ba77ce0c2bbc4fd704d607c784 /lualib/lua_scanners/oletools.lua
parentd68a5f42a33d8830d268c2cc581469fa0381fa6c (diff)
downloadrspamd-2134040728963f49ce866fa8cd9158539bd9ee03.tar.gz
rspamd-2134040728963f49ce866fa8cd9158539bd9ee03.zip
[FIX] lua_scanners - duplicated fail symbol + luastyle
Diffstat (limited to 'lualib/lua_scanners/oletools.lua')
-rw-r--r--lualib/lua_scanners/oletools.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/lualib/lua_scanners/oletools.lua b/lualib/lua_scanners/oletools.lua
index 814fe368e..6e1a0fcc1 100644
--- a/lualib/lua_scanners/oletools.lua
+++ b/lualib/lua_scanners/oletools.lua
@@ -257,7 +257,7 @@ local function oletools_config(opts)
oletools_conf.default_port)
if oletools_conf.upstreams then
- lua_util.add_debug_alias('antivirus', oletools_conf.module_name)
+ lua_util.add_debug_alias('external_services', oletools_conf.module_name)
return oletools_conf
end