mirror of
https://github.com/nmap/nmap.git
synced 2026-08-27 03:48:14 +00:00
Remove unused variables
This commit is contained in:
parent
db39ee0518
commit
81088425f3
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue