From 81088425f3222050b43c0c78d2b3ebdde8d830cf Mon Sep 17 00:00:00 2001 From: nnposter Date: Sun, 24 Apr 2022 01:17:46 +0000 Subject: [PATCH] Remove unused variables --- scripts/broadcast-dhcp-discover.nse | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/broadcast-dhcp-discover.nse b/scripts/broadcast-dhcp-discover.nse index cb8e832a2..2c1203cf6 100644 --- a/scripts/broadcast-dhcp-discover.nse +++ b/scripts/broadcast-dhcp-discover.nse @@ -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