mirror of
https://github.com/nmap/nmap.git
synced 2025-12-24 08:29:04 +00:00
nselib stdnse.print_debug -> stdnse.debug
Manual fixes.
This commit is contained in:
@@ -215,7 +215,7 @@ local function opencon(host, port, protocol, data, opts)
|
||||
status, response = sd:receive()
|
||||
else
|
||||
if not (opts and opts.recv_before) then
|
||||
stdnse.print_debug("Using comm.tryssl without either first data payload or opts.recv_before." ..
|
||||
stdnse.debug1("Using comm.tryssl without either first data payload or opts.recv_before." ..
|
||||
"\nImpossible to test the connection for the correct protocol!")
|
||||
end
|
||||
response = early_resp
|
||||
|
||||
Reference in New Issue
Block a user