Loading lib/pop3.c +1 −1 Original line number Diff line number Diff line Loading @@ -1134,7 +1134,7 @@ static CURLcode pop3_state_command_resp(struct connectdata *conn, pp->cache_size = 0; } /* End of do phase */ /* End of DO phase */ state(conn, POP3_STOP); return result; Loading lib/smtp.c +2 −2 Original line number Diff line number Diff line Loading @@ -1100,7 +1100,7 @@ static CURLcode smtp_state_data_resp(struct connectdata *conn, int smtpcode, /* SMTP upload */ Curl_setup_transfer(conn, -1, -1, FALSE, NULL, FIRSTSOCKET, NULL); /* End of do phase */ /* End of DO phase */ state(conn, SMTP_STOP); return CURLE_OK; Loading @@ -1119,7 +1119,7 @@ static CURLcode smtp_state_postdata_resp(struct connectdata *conn, if(smtpcode != 250) result = CURLE_RECV_ERROR; /* End of done phase */ /* End of DONE phase */ state(conn, SMTP_STOP); return result; Loading Loading
lib/pop3.c +1 −1 Original line number Diff line number Diff line Loading @@ -1134,7 +1134,7 @@ static CURLcode pop3_state_command_resp(struct connectdata *conn, pp->cache_size = 0; } /* End of do phase */ /* End of DO phase */ state(conn, POP3_STOP); return result; Loading
lib/smtp.c +2 −2 Original line number Diff line number Diff line Loading @@ -1100,7 +1100,7 @@ static CURLcode smtp_state_data_resp(struct connectdata *conn, int smtpcode, /* SMTP upload */ Curl_setup_transfer(conn, -1, -1, FALSE, NULL, FIRSTSOCKET, NULL); /* End of do phase */ /* End of DO phase */ state(conn, SMTP_STOP); return CURLE_OK; Loading @@ -1119,7 +1119,7 @@ static CURLcode smtp_state_postdata_resp(struct connectdata *conn, if(smtpcode != 250) result = CURLE_RECV_ERROR; /* End of done phase */ /* End of DONE phase */ state(conn, SMTP_STOP); return result; Loading