1
0
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:
patrik
2012-10-06 19:38:15 +00:00
parent 10a34f626a
commit 655f766445
11 changed files with 56 additions and 295 deletions

View File

@@ -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)