mirror of
https://github.com/nmap/nmap.git
synced 2025-12-09 14:11:29 +00:00
Fixing a bug where getPipelineMax was not returning any value, when it sould, at least, return 1.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user