Do not return empty table as a result. Close #3325.

This commit is contained in:
nnposter 2026-03-21 23:56:45 +00:00
parent 577fb8120a
commit 407dd3d928

View file

@ -282,6 +282,11 @@ action = function()
end
until next(threads) == nil
if not next(lltd_responders) then
-- nothing was discovered
return
end
if target.ALLOW_NEW_TARGETS then
local addrtype = nmap.address_family() == "inet" and "ipv4" or "ipv6"
for key, info in pairs(lltd_responders) do