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
1 changed files with 1 additions and 0 deletions

View File

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