Loading lib/smtp.c +4 −3 Original line number Diff line number Diff line Loading @@ -910,7 +910,8 @@ static CURLcode smtp_state_auth_ntlm_type2msg_resp(struct connectdata *conn, #endif /* For the final responses to the AUTH sequence */ static CURLcode smtp_state_auth_resp(struct connectdata *conn, int smtpcode, static CURLcode smtp_state_auth_final_resp(struct connectdata *conn, int smtpcode, smtpstate instate) { CURLcode result = CURLE_OK; Loading Loading @@ -1213,7 +1214,7 @@ static CURLcode smtp_statemach_act(struct connectdata *conn) #endif case SMTP_AUTH: result = smtp_state_auth_resp(conn, smtpcode, smtpc->state); result = smtp_state_auth_final_resp(conn, smtpcode, smtpc->state); break; case SMTP_MAIL: Loading Loading
lib/smtp.c +4 −3 Original line number Diff line number Diff line Loading @@ -910,7 +910,8 @@ static CURLcode smtp_state_auth_ntlm_type2msg_resp(struct connectdata *conn, #endif /* For the final responses to the AUTH sequence */ static CURLcode smtp_state_auth_resp(struct connectdata *conn, int smtpcode, static CURLcode smtp_state_auth_final_resp(struct connectdata *conn, int smtpcode, smtpstate instate) { CURLcode result = CURLE_OK; Loading Loading @@ -1213,7 +1214,7 @@ static CURLcode smtp_statemach_act(struct connectdata *conn) #endif case SMTP_AUTH: result = smtp_state_auth_resp(conn, smtpcode, smtpc->state); result = smtp_state_auth_final_resp(conn, smtpcode, smtpc->state); break; case SMTP_MAIL: Loading