mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-03-07 03:48:46 +00:00
BUG/MINOR: debug: display (null) in place of "meth"
The array which contains names of types, miss the METH entry. [wt: should be backported to 1.5 as well]
This commit is contained in:
parent
9e8714b23d
commit
4c2479e1c4
@ -46,6 +46,7 @@ const char *smp_to_type[SMP_TYPES] = {
|
||||
[SMP_T_IPV6] = "ipv6",
|
||||
[SMP_T_STR] = "str",
|
||||
[SMP_T_BIN] = "bin",
|
||||
[SMP_T_METH] = "meth",
|
||||
};
|
||||
|
||||
/* static sample used in sample_process() when <p> is NULL */
|
||||
|
Loading…
Reference in New Issue
Block a user