]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] config: the "capture" keyword is not allowed in backends
authorWilly Tarreau <w@1wt.eu>
Thu, 23 Jul 2009 11:24:23 +0000 (13:24 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 26 Jul 2009 15:40:57 +0000 (17:40 +0200)
commit914a788c07e0ee808653a8d51cb5fa173a80474e
treee7932628d0f8781953bcd50ac89c3b32e469d8b6
parent79c9046b8b7ddad2a7db119705ceddece83566e1
[MINOR] config: the "capture" keyword is not allowed in backends

The "capture" keyword is only supported by frontends, fix the check.
(cherry picked from commit 3b6b1a984d6a587892afc88d03862c3fc3681bce)
src/cfgparse.c