1
0
mirror of https://github.com/nmap/nmap.git synced 2026-01-02 12:59:02 +00:00

Remove the restriction to one thread in http-brute.lua, as the worker thread

bug that required it has been fixed.
This commit is contained in:
david
2010-09-23 16:33:02 +00:00
parent 4a4e67bd2c
commit ed48818666

View File

@@ -116,10 +116,7 @@ action = function( host, port )
end
-- there's a bug in http.lua that does not allow it to be called by
-- multiple threads
engine:setMaxThreads(1)
status, result = engine:start()
return result
end
end