commit | 975c1784c80819b3fd515e3de047cd501e342673 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Dec 12 23:16:54 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 12 23:16:54 2013 +0100 |
tree | 33e9856b6248a0529d5f1d78c210b4c9a5f243fa | |
parent | c0e0d7b7cfdfeaea726133ea6f9ac7e82bdad356 [diff] |
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.