]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[DEBUG] state names were shifted due to missing PEND state.
authorwilly tarreau <willy@wtap.(none)>
Sun, 14 May 2006 21:20:07 +0000 (23:20 +0200)
committerwilly tarreau <willy@wtap.(none)>
Sun, 14 May 2006 21:20:07 +0000 (23:20 +0200)
haproxy.c

index 0832cdaac008c7453cd24286d4b43c034328ff7e..acc97c65dc0609c69dcb77c5cd6e77df89602ec8 100644 (file)
--- a/haproxy.c
+++ b/haproxy.c
@@ -917,7 +917,7 @@ static int stats_tsk_lsrch, stats_tsk_rsrch,
 /*********************************************************************/
 #ifdef DEBUG_FULL
 static char *cli_stnames[5] = {"HDR", "DAT", "SHR", "SHW", "CLS" };
-static char *srv_stnames[8] = {"IDL", "PND", "CON", "HDR", "DAT", "SHR", "SHW", "CLS" };
+static char *srv_stnames[7] = {"IDL", "CON", "HDR", "DAT", "SHR", "SHW", "CLS" };
 #endif
 
 /*********************************************************************/