Loading lib/smtp.c +3 −3 Original line number Diff line number Diff line Loading @@ -509,9 +509,9 @@ static CURLcode smtp_state_servergreet_resp(struct connectdata *conn, if(smtpcode/100 != 2) { failf(data, "Got unexpected smtp-server response: %d", smtpcode); return CURLE_FTP_WEIRD_SERVER_REPLY; result = CURLE_FTP_WEIRD_SERVER_REPLY; } else result = smtp_state_ehlo(conn); return result; Loading Loading
lib/smtp.c +3 −3 Original line number Diff line number Diff line Loading @@ -509,9 +509,9 @@ static CURLcode smtp_state_servergreet_resp(struct connectdata *conn, if(smtpcode/100 != 2) { failf(data, "Got unexpected smtp-server response: %d", smtpcode); return CURLE_FTP_WEIRD_SERVER_REPLY; result = CURLE_FTP_WEIRD_SERVER_REPLY; } else result = smtp_state_ehlo(conn); return result; Loading