Loading lib/pop3.c +3 −3 Original line number Diff line number Diff line Loading @@ -700,9 +700,9 @@ static CURLcode pop3_state_servergreet_resp(struct connectdata *conn, if(pop3code != '+') { failf(data, "Got unexpected pop3-server response"); return CURLE_FTP_WEIRD_SERVER_REPLY; result = CURLE_FTP_WEIRD_SERVER_REPLY; } else result = pop3_perform_capa(conn); return result; Loading Loading
lib/pop3.c +3 −3 Original line number Diff line number Diff line Loading @@ -700,9 +700,9 @@ static CURLcode pop3_state_servergreet_resp(struct connectdata *conn, if(pop3code != '+') { failf(data, "Got unexpected pop3-server response"); return CURLE_FTP_WEIRD_SERVER_REPLY; result = CURLE_FTP_WEIRD_SERVER_REPLY; } else result = pop3_perform_capa(conn); return result; Loading