]> granicus.if.org Git - curl/commitdiff
pop3.c:Corrected typo in commit 69ba0da8272d
authorSteve Holme <steve_holme@hotmail.com>
Sat, 2 Jun 2012 22:12:07 +0000 (23:12 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Sat, 2 Jun 2012 22:12:07 +0000 (23:12 +0100)
lib/pop3.c

index 64efb255f15cc829a95e75317b0da59f2374ea51..f0ee23967074beae4175c10c983495d244f86a8f 100644 (file)
@@ -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;
   }