mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 12:41:29 +00:00
Move last remnants of Lua 5.0 "arg' table.
This commit is contained in:
@@ -47,7 +47,7 @@ categories = {"discovery", "intrusive"}
|
||||
portrule = shortport.http
|
||||
|
||||
local function dbg(str,...)
|
||||
stdnse.print_debug(2,"%s:"..str, SCRIPT_NAME, table.unpack(arg))
|
||||
stdnse.print_debug(2,"%s:"..str, SCRIPT_NAME, ...)
|
||||
end
|
||||
|
||||
local function getHostPort(parsed)
|
||||
|
||||
Reference in New Issue
Block a user