mirror of
https://github.com/nmap/nmap.git
synced 2026-08-04 14:49:29 +00:00
Fixed syntax mistake.
This commit is contained in:
parent
9c6d376bfc
commit
b9f35cbcac
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue