mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
pop3: add state name in debug array
We have an array with the state names only built and used when built debug enabled and this need to list all the states from the .h
This commit is contained in:
parent
7f57fb359d
commit
3a87dd8b20
@ -237,6 +237,7 @@ static void state(struct connectdata *conn,
|
||||
"PASS",
|
||||
"STARTTLS",
|
||||
"LIST",
|
||||
"LIST_SINGLE",
|
||||
"RETR",
|
||||
"QUIT",
|
||||
/* LAST */
|
||||
|
Loading…
Reference in New Issue
Block a user