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:
Thierry FOURNIER 2015-06-03 20:12:04 +02:00 committed by Willy Tarreau
parent 9e8714b23d
commit 4c2479e1c4

View File

@ -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 */