mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 06:40:48 +00:00
Cleaning up some residue Skyhook code.
This commit is contained in:
parent
f5f63ff734
commit
50cf271bba
1 changed files with 0 additions and 8 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue