commit | 4c2479e1c455e2cc46c02cfc28ea2a185f9a7747 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@haproxy.com> | Wed Jun 03 20:12:04 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Tue Jun 09 10:58:14 2015 +0200 |
tree | d15694203586f8c472ced4fe8dd19b7970ca6df2 | |
parent | 9e8714b23df93415899e0fe64f57b443badd5456 [diff] |
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]
diff --git a/src/sample.c b/src/sample.c index 1993255..2fd97bb 100644 --- a/src/sample.c +++ b/src/sample.c
@@ -46,6 +46,7 @@ [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 */