]> git.kaiwu.me - haproxy.git/commit
MINOR: sample: make sample_parse_expr() use memprintf() to report parse errors
authorWilly Tarreau <w@1wt.eu>
Thu, 12 Dec 2013 22:16:54 +0000 (23:16 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 12 Dec 2013 22:16:54 +0000 (23:16 +0100)
commit975c1784c80819b3fd515e3de047cd501e342673
tree33e9856b6248a0529d5f1d78c210b4c9a5f243fa
parentc0e0d7b7cfdfeaea726133ea6f9ac7e82bdad356
MINOR: sample: make sample_parse_expr() use memprintf() to report parse errors

Doing so ensures that we're consistent between all the functions in the whole
chain. This is important so that we can extract the argument parsing from this
function.
include/proto/sample.h
src/acl.c
src/cfgparse.c
src/log.c
src/proto_tcp.c
src/sample.c