Loading lib/smtp.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -721,8 +721,7 @@ static CURLcode smtp_state_ehlo_resp(struct connectdata *conn, int smtpcode, (void)instate; /* no use for this yet */ (void)instate; /* no use for this yet */ if(smtpcode/100 != 2 && smtpcode != 1) { if(smtpcode/100 != 2 && smtpcode != 1) { if((data->set.use_ssl <= CURLUSESSL_TRY || conn->ssl[FIRSTSOCKET].use) && if(data->set.use_ssl <= CURLUSESSL_TRY || conn->ssl[FIRSTSOCKET].use) !conn->bits.user_passwd) result = smtp_perform_helo(conn); result = smtp_perform_helo(conn); else { else { failf(data, "Remote access denied: %d", smtpcode); failf(data, "Remote access denied: %d", smtpcode); Loading Loading
lib/smtp.c +1 −2 Original line number Original line Diff line number Diff line Loading @@ -721,8 +721,7 @@ static CURLcode smtp_state_ehlo_resp(struct connectdata *conn, int smtpcode, (void)instate; /* no use for this yet */ (void)instate; /* no use for this yet */ if(smtpcode/100 != 2 && smtpcode != 1) { if(smtpcode/100 != 2 && smtpcode != 1) { if((data->set.use_ssl <= CURLUSESSL_TRY || conn->ssl[FIRSTSOCKET].use) && if(data->set.use_ssl <= CURLUSESSL_TRY || conn->ssl[FIRSTSOCKET].use) !conn->bits.user_passwd) result = smtp_perform_helo(conn); result = smtp_perform_helo(conn); else { else { failf(data, "Remote access denied: %d", smtpcode); failf(data, "Remote access denied: %d", smtpcode); Loading