mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 06:01:28 +00:00
Move last remnants of Lua 5.0 "arg' table.
This commit is contained in:
@@ -44,7 +44,7 @@ categories = {"discovery", "intrusive"}
|
||||
portrule = shortport.http
|
||||
|
||||
local function dbg(str,...)
|
||||
stdnse.print_debug(2,"http-open-redirect:"..str, table.unpack(arg))
|
||||
stdnse.print_debug(2,"http-open-redirect:"..str, ...)
|
||||
end
|
||||
local function dbgt(tbl)
|
||||
for k,v in pairs(tbl) do
|
||||
|
||||
Reference in New Issue
Block a user