Small tidy up to keep some comments consistant across each of the email
protocols.
pp->cache_size = 0;
}
- /* End of do phase */
+ /* End of DO phase */
state(conn, POP3_STOP);
return result;
/* 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;
if(smtpcode != 250)
result = CURLE_RECV_ERROR;
- /* End of done phase */
+ /* End of DONE phase */
state(conn, SMTP_STOP);
return result;