From: Daniel Stenberg Date: Sat, 19 Mar 2011 10:05:45 +0000 (+0100) Subject: pop3: add state name in debug array X-Git-Tag: curl-7_21_5~64 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a87dd8b207444d768fa6a839f79cb16c06e7f90;p=curl 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 --- 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 */