mirror of
https://github.com/nmap/nmap.git
synced 2025-12-16 04:39:03 +00:00
Avoid blank output from broadcast-dhcp-discover
This commit is contained in:
@@ -214,6 +214,10 @@ action = function()
|
||||
end
|
||||
until next(threads) == nil
|
||||
|
||||
if not next(result) then
|
||||
return nil
|
||||
end
|
||||
|
||||
local response = stdnse.output_table()
|
||||
-- Display the results
|
||||
for i, r in ipairs(result) do
|
||||
|
||||
Reference in New Issue
Block a user