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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user