1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-06 04:31:29 +00:00

Remove unused variables

This commit is contained in:
nnposter
2022-04-24 01:17:46 +00:00
parent db39ee0518
commit 81088425f3

View File

@@ -194,7 +194,6 @@ local function fail (err) return stdnse.format_output(false, err) end
action = function()
local host, port = "255.255.255.255", 67
local timeout = stdnse.parse_timespec(stdnse.get_script_args("broadcast-dhcp-discover.timeout"))
timeout = (timeout or 10) * 1000