mirror of
https://github.com/nmap/nmap.git
synced 2025-12-21 15:09:02 +00:00
Remove trailing whitespace
This commit is contained in:
@@ -597,7 +597,7 @@ action = function(host,port)
|
||||
if f_maxmind then
|
||||
gi = assert( GeoIP:new(f_maxmind), "Wrong file specified for a Maxmind database")
|
||||
else
|
||||
gi = assert( GeoIP:new(nmap.fetchfile("nselib/data/GeoLiteCity.dat")),
|
||||
gi = assert( GeoIP:new(nmap.fetchfile("nselib/data/GeoLiteCity.dat")),
|
||||
"Cannot read GeoLiteCity.dat in 'nselib/data/'. Download the database from http://dev.maxmind.com/geoip/legacy/geolite/.")
|
||||
end
|
||||
local out = gi:output_record_by_addr(host.ip)
|
||||
|
||||
Reference in New Issue
Block a user