mirror of
https://github.com/nmap/nmap.git
synced 2026-08-03 22:29:06 +00:00
Removes non-existent 4th parameter from http.pipeline_go() calls
This commit is contained in:
parent
ec3f6f9ac4
commit
5ac669b71c
2 changed files with 2 additions and 2 deletions
|
|
@ -410,7 +410,7 @@ action = function(host, port)
|
|||
end
|
||||
|
||||
-- Perform all the requests.
|
||||
local results = http.pipeline_go(host, port, all, nil)
|
||||
local results = http.pipeline_go(host, port, all)
|
||||
|
||||
-- Check for http.pipeline error
|
||||
if(results == nil) then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue