mirror of
https://github.com/nmap/nmap.git
synced 2025-12-11 02:09:03 +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
|
return max
|
||||||
else return 40 end
|
else return 40 end
|
||||||
end
|
end
|
||||||
return 1
|
|
||||||
end
|
end
|
||||||
|
return 1
|
||||||
end
|
end
|
||||||
|
|
||||||
--- Sets all the values and options for a get request and than calls buildRequest to
|
--- Sets all the values and options for a get request and than calls buildRequest to
|
||||||
|
|||||||
Reference in New Issue
Block a user