1
0
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:
Daniel Stenberg 2011-03-19 11:05:45 +01:00
parent 7f57fb359d
commit 3a87dd8b20

View File

@ -237,6 +237,7 @@ static void state(struct connectdata *conn,
"PASS",
"STARTTLS",
"LIST",
"LIST_SINGLE",
"RETR",
"QUIT",
/* LAST */