failf(data, "Authentication failed: %d", pop3code);
result = CURLE_LOGIN_DENIED;
}
-
- /* End of connect phase */
- state(conn, POP3_STOP);
+ else
+ /* End of connect phase */
+ state(conn, POP3_STOP);
return result;
}
failf(data, "Authentication failed: %d", pop3code);
result = CURLE_LOGIN_DENIED;
}
-
- /* End of connect phase */
- state(conn, POP3_STOP);
+ else
+ /* End of connect phase */
+ state(conn, POP3_STOP);
return result;
}
failf(data, "Access denied. %c", pop3code);
result = CURLE_LOGIN_DENIED;
}
-
- /* End of connect phase */
- state(conn, POP3_STOP);
+ else
+ /* End of connect phase */
+ state(conn, POP3_STOP);
return result;
}