pop3: Re-factored the final POP3_AUTH constant

Changed the final POP3_AUTH constant to POP3_AUTH_FINAL for consistency
with the response function.
This commit is contained in:
Steve Holme
2013-02-27 21:20:11 +00:00
parent 13006f3de9
commit afad1ce753
2 changed files with 7 additions and 7 deletions

View File

@@ -43,7 +43,7 @@ typedef enum {
POP3_AUTH_DIGESTMD5_RESP,
POP3_AUTH_NTLM,
POP3_AUTH_NTLM_TYPE2MSG,
POP3_AUTH,
POP3_AUTH_FINAL,
POP3_APOP,
POP3_USER,
POP3_PASS,