Loading lib/smtp.c +2 −1 Original line number Diff line number Diff line Loading @@ -543,6 +543,7 @@ static CURLcode smtp_state_ehlo_resp(struct connectdata *conn, int smtpcode, /* We don't have a SSL/TLS connection yet, but SSL is requested. Switch to TLS connection now */ result = Curl_pp_sendf(&conn->proto.smtpc.pp, "STARTTLS"); if(!result) state(conn, SMTP_STARTTLS); } else Loading Loading
lib/smtp.c +2 −1 Original line number Diff line number Diff line Loading @@ -543,6 +543,7 @@ static CURLcode smtp_state_ehlo_resp(struct connectdata *conn, int smtpcode, /* We don't have a SSL/TLS connection yet, but SSL is requested. Switch to TLS connection now */ result = Curl_pp_sendf(&conn->proto.smtpc.pp, "STARTTLS"); if(!result) state(conn, SMTP_STARTTLS); } else Loading