From 3a87dd8b207444d768fa6a839f79cb16c06e7f90 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 19 Mar 2011 11:05:45 +0100 Subject: [PATCH] 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 --- lib/pop3.c | 1 + 1 file changed, 1 insertion(+) 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 */