Loading lib/imap.c +2 −4 Original line number Diff line number Diff line Loading @@ -1487,8 +1487,6 @@ static CURLcode imap_state_fetch_final_resp(struct connectdata *conn, if(imapcode != 'O') result = CURLE_FTP_WEIRD_SERVER_REPLY; /* TODO: Fix error code */ else result = CURLE_OK; /* End of DONE phase */ state(conn, IMAP_STOP); Loading Loading
lib/imap.c +2 −4 Original line number Diff line number Diff line Loading @@ -1487,8 +1487,6 @@ static CURLcode imap_state_fetch_final_resp(struct connectdata *conn, if(imapcode != 'O') result = CURLE_FTP_WEIRD_SERVER_REPLY; /* TODO: Fix error code */ else result = CURLE_OK; /* End of DONE phase */ state(conn, IMAP_STOP); Loading