mirror of
https://github.com/curl/curl.git
synced 2026-07-23 01:27:16 +03: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
1 changed files with 1 additions and 0 deletions
|
|
@ -237,6 +237,7 @@ static void state(struct connectdata *conn,
|
|||
"PASS",
|
||||
"STARTTLS",
|
||||
"LIST",
|
||||
"LIST_SINGLE",
|
||||
"RETR",
|
||||
"QUIT",
|
||||
/* LAST */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue