mirror of
https://github.com/curl/curl.git
synced 2026-06-24 15:05:43 +03:00
smtp: Corrected debug message for POP3_AUTH_FINAL constant
Following commit ad3177da24 corrected the debug message in state()
from AUTH to AUTH_FINAL.
This commit is contained in:
parent
4cef525992
commit
0be2251394
1 changed files with 1 additions and 1 deletions
|
|
@ -313,7 +313,7 @@ static void state(struct connectdata *conn, smtpstate newstate)
|
|||
"AUTH_DIGESTMD5_RESP",
|
||||
"AUTH_NTLM",
|
||||
"AUTH_NTLM_TYPE2MSG",
|
||||
"AUTH",
|
||||
"AUTH_FINAL",
|
||||
"MAIL",
|
||||
"RCPT",
|
||||
"DATA",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue