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