]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: dumpstats: display the reference for th key/pattern and value.
authorThierry FOURNIER <tfournier@exceliance.fr>
Tue, 11 Mar 2014 17:37:58 +0000 (18:37 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 17 Mar 2014 17:06:08 +0000 (18:06 +0100)
commit86db66a7c8499b8d16021eb35234a8a756948b86
tree8dff1c1f13a88430c291b55beafebae6fe50a712
parent6bb53ff164fb8c9f2fcffddfb017527ffb5cbd1d
MINOR: dumpstats: display the reference for th key/pattern and value.

Before this patch, the "get map/acl" function try to convert and display
the sample. This behavior is not efficient because some type like the
regex cannot be reversed and displayed as string.

This patch display the original stored reference.
src/dumpstats.c