1
0
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:
joao
2009-08-15 14:32:17 +00:00
parent c5576e5a1e
commit a2dcbb7cd5

View File

@@ -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