diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-03-19 11:05:45 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-03-19 11:05:45 +0100 |
commit | 3a87dd8b207444d768fa6a839f79cb16c06e7f90 (patch) | |
tree | 2f5e98d5d39cf02177ccf283d18a7dfe8d75fcd4 /lib | |
parent | 7f57fb359d583d646494c6afb1c8e0d3c0c49c6b (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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/pop3.c | 1 |
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 */ |