mirror of
https://github.com/nmap/nmap.git
synced 2026-02-10 23:46:34 +00:00
Remove many ERROR outputs from non-debug NSE output
This commit is contained in:
@@ -85,7 +85,7 @@ servers to remote users who send carefully crafted requests.]],
|
||||
local bypass_request = http.pipeline_go(host,port, all)
|
||||
if ( not(bypass_request) ) then
|
||||
stdnse.debug1("got no answers from pipelined queries")
|
||||
return "\n ERROR: Got no answers from pipelined queries"
|
||||
return stdnse.format_output(false, "Got no answers from pipelined queries")
|
||||
end
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user