mirror of
https://github.com/nmap/nmap.git
synced 2026-06-25 10:38:02 +00:00
Fixing a bug where getPipelineMax was not returning any value, when it sould, at least, return 1.
This commit is contained in:
parent
c5576e5a1e
commit
a2dcbb7cd5
1 changed files with 1 additions and 1 deletions
|
|
@ -283,8 +283,8 @@ local function getPipelineMax( response )
|
|||
return max
|
||||
else return 40 end
|
||||
end
|
||||
return 1
|
||||
end
|
||||
return 1
|
||||
end
|
||||
|
||||
--- Sets all the values and options for a get request and than calls buildRequest to
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue