mirror of
https://github.com/nmap/nmap.git
synced 2026-06-24 18:18:08 +00:00
Corrects another stale http.pipeline_go() reference
This commit is contained in:
parent
42b1491904
commit
45ba24dfe2
1 changed files with 1 additions and 1 deletions
|
|
@ -1832,7 +1832,7 @@ function pipeline_go(host, port, all_requests)
|
|||
|
||||
-- Check for an empty request
|
||||
if (#all_requests == 0) then
|
||||
stdnse.debug1("Warning: empty set of requests passed to http.pipeline()")
|
||||
stdnse.debug1("Warning: empty set of requests passed to http.pipeline_go()")
|
||||
return responses
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue