]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: cfgparse: use a common errmsg pointer for all parsers
authorWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 15:37:49 +0000 (17:37 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 8 May 2012 19:28:17 +0000 (21:28 +0200)
commitf4068b65037da601a454e30efa107a8ae48a9bf6
tree9a25c38e4d28f26fbe4aafc5617ecd5edcda2c63
parentbd83314ee91824badaa23207188163089b7b2b22
MINOR: cfgparse: use a common errmsg pointer for all parsers

In order to generalize the simplified error reporting mechanism, let's
centralize the error pointer.
src/cfgparse.c