]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
[BUG] uri_auth: ST_SHLGNDS should be 0x00000008 not 0x0000008
authorKrzysztof Piotr Oledzki <ole@ans.pl>
Mon, 22 Feb 2010 18:29:40 +0000 (19:29 +0100)
committerWilly Tarreau <w@1wt.eu>
Tue, 23 Feb 2010 11:36:10 +0000 (12:36 +0100)
include/common/uri_auth.h

index e669880486e7ba556a906e2d0ca58220ab4ffc02..a73c1adbae69873a657935292385b23ef315b523 100644 (file)
@@ -29,7 +29,7 @@ struct stat_scope {
 #define        ST_HIDEVER      0x00000001      /* do not report the version and reldate */
 #define        ST_SHNODE       0x00000002      /* show node name */
 #define        ST_SHDESC       0x00000004      /* show description */
-#define ST_SHLGNDS     0x0000008       /* show legends */
+#define        ST_SHLGNDS      0x00000008      /* show legends */
 
 /* later we may link them to support multiple URI matching */
 struct uri_auth {