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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user