Loading lib/imap.c +1 −4 Original line number Diff line number Diff line Loading @@ -1940,10 +1940,7 @@ static CURLcode imap_do(struct connectdata *conn, bool *done) * * imap_logout() * * This should be called before calling sclose(). We should then wait for the * response from the server before returning. The calling code should then try * to close the connection. * * Performs the logout action prior to sclose() being called. */ static CURLcode imap_logout(struct connectdata *conn) { Loading lib/pop3.c +1 −3 Original line number Diff line number Diff line Loading @@ -1461,9 +1461,7 @@ static CURLcode pop3_do(struct connectdata *conn, bool *done) * * pop3_quit() * * This should be called before calling sclose(). We should then wait for the * response from the server before returning. The calling code should then try * to close the connection. * Performs the quit action prior to sclose() be called. */ static CURLcode pop3_quit(struct connectdata *conn) { Loading lib/smtp.c +1 −3 Original line number Diff line number Diff line Loading @@ -1491,9 +1491,7 @@ static CURLcode smtp_do(struct connectdata *conn, bool *done) * * smtp_quit() * * This should be called before calling sclose(). We should then wait for the * response from the server before returning. The calling code should then try * to close the connection. * Performs the quit action prior to sclose() being called. */ static CURLcode smtp_quit(struct connectdata *conn) { Loading Loading
lib/imap.c +1 −4 Original line number Diff line number Diff line Loading @@ -1940,10 +1940,7 @@ static CURLcode imap_do(struct connectdata *conn, bool *done) * * imap_logout() * * This should be called before calling sclose(). We should then wait for the * response from the server before returning. The calling code should then try * to close the connection. * * Performs the logout action prior to sclose() being called. */ static CURLcode imap_logout(struct connectdata *conn) { Loading
lib/pop3.c +1 −3 Original line number Diff line number Diff line Loading @@ -1461,9 +1461,7 @@ static CURLcode pop3_do(struct connectdata *conn, bool *done) * * pop3_quit() * * This should be called before calling sclose(). We should then wait for the * response from the server before returning. The calling code should then try * to close the connection. * Performs the quit action prior to sclose() be called. */ static CURLcode pop3_quit(struct connectdata *conn) { Loading
lib/smtp.c +1 −3 Original line number Diff line number Diff line Loading @@ -1491,9 +1491,7 @@ static CURLcode smtp_do(struct connectdata *conn, bool *done) * * smtp_quit() * * This should be called before calling sclose(). We should then wait for the * response from the server before returning. The calling code should then try * to close the connection. * Performs the quit action prior to sclose() being called. */ static CURLcode smtp_quit(struct connectdata *conn) { Loading