Commit 9c7016f5 authored by Steve Holme's avatar Steve Holme
Browse files

pop3.c:Corrected typo in commit 69ba0da8

parent 69ba0da8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -314,7 +314,7 @@ static CURLcode pop3_state_auth(struct connectdata *conn)
  /* Check we have a username and password to authenticate with and end the
     connect phase if we don't */
  if(!conn->bits.user_passwd) {
    state(conn, SMTP_STOP);
    state(conn, POP3_STOP);

    return result;
  }