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

Cleaning up some residue Skyhook code.

This commit is contained in:
gorjan
2011-05-30 14:35:43 +00:00
parent f5f63ff734
commit 50cf271bba

View File

@@ -279,14 +279,6 @@ action = function(host,port)
end
end
-- only fill output if there are entries in mac_geo_table
if mac_geo_table[mac].skyhook then
table.insert(tmp, {name="Skyhook:"})
if fill_output(mac_geo_table[mac].skyhook, tmp[2], extra_info) then
entry_flag = true
end
end
table.insert(output,tmp)
end