mirror of
https://github.com/nmap/nmap.git
synced 2026-05-13 16:57:06 +00:00
Avoid blank output from broadcast-dhcp-discover
This commit is contained in:
parent
4a85f18938
commit
4da5cfebc7
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue