aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2011-03-19 11:05:45 +0100
committerDaniel Stenberg <daniel@haxx.se>2011-03-19 11:05:45 +0100
commit3a87dd8b207444d768fa6a839f79cb16c06e7f90 (patch)
tree2f5e98d5d39cf02177ccf283d18a7dfe8d75fcd4
parent7f57fb359d583d646494c6afb1c8e0d3c0c49c6b (diff)
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
-rw-r--r--lib/pop3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pop3.c b/lib/pop3.c
index 8da045e48..7f97722a8 100644
--- a/lib/pop3.c
+++ b/lib/pop3.c
@@ -237,6 +237,7 @@ static void state(struct connectdata *conn,
"PASS",
"STARTTLS",
"LIST",
+ "LIST_SINGLE",
"RETR",
"QUIT",
/* LAST */