]> git.kaiwu.me - haproxy.git/commit
[CLEANUP] config: do not allocate an empty argument for rsp* keywords
authorWilly Tarreau <w@1wt.eu>
Thu, 28 Jan 2010 21:31:02 +0000 (22:31 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 28 Jan 2010 22:17:16 +0000 (23:17 +0100)
commitf33e55af06460196deef7bbe0dc164df1418d091
tree19337166640d23a9365b5f5478116a24be890196
parente41914c77edbc40aebf827b37542d37d758e371e
[CLEANUP] config: do not allocate an empty argument for rsp* keywords

This was a harmless copy-paste typo. Empty parameters are strduped
and passed to chain_regex(). This was spotted and fixed in 1.4
commit ade5ec430d01b4ba06fd67a63fcee85fea46ba28.
src/cfgparse.c