1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-28 10:29:03 +00:00

removed dead code

This commit is contained in:
batrick
2011-07-05 18:37:09 +00:00
parent cd430fcc9a
commit b209bfbdfe

View File

@@ -205,9 +205,6 @@ Credentials = {
-- @return tbl table containing the discovered credentials
getTable = function(self)
local result = {}
local all = self.storage:getAll()
if ( not(all) ) then return end
for _, v in pairs(self.storage:getAll()) do
local h = ( v.host.ip or v.host )