mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-21 13:16:57 +00:00
[BUG] uri_auth: ST_SHLGNDS should be 0x00000008 not 0x0000008
This commit is contained in:
parent
d7550a229f
commit
15f0ac4829
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user