projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
651254d
)
pop3: Added missing comment for pop3_state_apop_resp()
author
Steve Holme
<steve_holme@hotmail.com>
Mon, 15 Apr 2013 19:16:28 +0000
(20:16 +0100)
committer
Steve Holme
<steve_holme@hotmail.com>
Mon, 15 Apr 2013 19:27:49 +0000
(20:27 +0100)
lib/pop3.c
patch
|
blob
|
history
diff --git
a/lib/pop3.c
b/lib/pop3.c
index dfd8edcaeb40527ac02fa7c3ee38482dbe11d1ab..05d9345850581b56f2e471f44518a6e52c60b538 100644
(file)
--- a/
lib/pop3.c
+++ b/
lib/pop3.c
@@
-1098,6
+1098,7
@@
static CURLcode pop3_state_auth_final_resp(struct connectdata *conn,
}
#ifndef CURL_DISABLE_CRYPTO_AUTH
+/* For APOP responses */
static CURLcode pop3_state_apop_resp(struct connectdata *conn, int pop3code,
pop3state instate)
{