mirror of
https://github.com/nmap/nmap.git
synced 2026-01-06 14:39:03 +00:00
reverted bad commits
This commit is contained in:
@@ -79,14 +79,11 @@ Driver =
|
||||
|
||||
local function getDiscoveredRepos(host)
|
||||
|
||||
if ( not(nmap.registry.cvs) or
|
||||
not(nmap.registry.cvs[host.ip]) or
|
||||
not(nmap.registry.cvs[host.ip].repos)
|
||||
) then
|
||||
if ( not(host.registry.cvs_repos)) then
|
||||
return
|
||||
end
|
||||
|
||||
return nmap.registry.cvs[host.ip].repos
|
||||
return host.registry.cvs_repos
|
||||
end
|
||||
|
||||
action = function(host, port)
|
||||
|
||||
Reference in New Issue
Block a user