mirror of
https://github.com/nmap/nmap.git
synced 2026-01-24 07:09:01 +00:00
Avoid an error in imap-ntlm-info when starttls fails
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user