mirror of
https://github.com/nmap/nmap.git
synced 2025-12-19 22:19:02 +00:00
[NSE] add a missing string format.
This commit is contained in:
@@ -58,7 +58,7 @@ action = function(host, port)
|
|||||||
-- send requests
|
-- send requests
|
||||||
local pipeline_responses = http.pipeline_go(host, port, allrequests)
|
local pipeline_responses = http.pipeline_go(host, port, allrequests)
|
||||||
if not pipeline_responses then
|
if not pipeline_responses then
|
||||||
stdnse.print_debug(1, "No answers from pipelined requests", SCRIPT_NAME)
|
stdnse.print_debug(1, "%s: No answers from pipelined requests", SCRIPT_NAME)
|
||||||
return nil
|
return nil
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user