mirror of
https://github.com/nmap/nmap.git
synced 2026-06-09 17:22:26 +00:00
Avoid an error in imap-ntlm-info when starttls fails
This commit is contained in:
parent
1c16a55227
commit
91c379fa92
1 changed files with 1 additions and 0 deletions
|
|
@ -75,6 +75,7 @@ action = function(host, port)
|
|||
if not status then
|
||||
-- could be socket problems, but more likely STARTTLS not supported.
|
||||
stdnse.debug1("starttls error: %s", socket)
|
||||
socket = nil
|
||||
end
|
||||
end
|
||||
if not socket then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue