diff options
author | Steve Holme <steve_holme@hotmail.com> | 2012-06-02 23:12:07 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2012-06-02 23:12:07 +0100 |
commit | 9c7016f5607ede09a9454fa62aaf5102b7ec0086 (patch) | |
tree | e31734fc094733d27896c30bdc27596f89a6c6e0 /lib | |
parent | 69ba0da8272d7bddeef518670d4c1298b0627ad7 (diff) |
pop3.c:Corrected typo in commit 69ba0da8272d
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pop3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/pop3.c b/lib/pop3.c index 64efb255f..f0ee23967 100644 --- a/lib/pop3.c +++ b/lib/pop3.c @@ -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; } |