1
0
mirror of https://github.com/nmap/nmap.git synced 2025-12-07 13:11:28 +00:00

Fixed syntax mistake.

This commit is contained in:
sophron
2013-07-18 13:56:45 +00:00
parent 9c6d376bfc
commit b9f35cbcac

View File

@@ -842,7 +842,7 @@ Crawler = {
local o = self.options
local limits = {}
if ( o.maxdepth > 0 or o.maxpagecount > 0 or
o.withinhost or o.wihtindomain ) then
o.withinhost or o.withindomain ) then
if ( o.maxdepth > 0 ) then
table.insert(limits, ("maxdepth=%d"):format(o.maxdepth))
end