diff options
Diffstat (limited to 'smtp.c')
-rw-r--r-- | smtp.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -433,7 +433,7 @@ void smtp_send(message_t *msg) /* Use our callback for X.509 certificate passwords. If STARTTLS is not in * use or disabled in configure, the following is harmless. */ - if(!smtp_starttls_set_password_cb (tlsinteract, identity)) + if(identity->starttls && !smtp_starttls_set_password_cb (tlsinteract, identity)) goto failure; /* Now tell libESMTP it can use the SMTP AUTH extension. */ |