]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] config: fix endless loop when parsing "on-error"
authorWilly Tarreau <w@1wt.eu>
Mon, 15 Mar 2010 18:40:37 +0000 (19:40 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 15 Mar 2010 18:40:37 +0000 (19:40 +0100)
commitf53b25d7c187e305d161f181c83c36fce1e8de8b
tree5fbcef2cfd863d25a0992f0a8e8319839f49e639
parent2a56c5e1c3d9dc21df3cdaf6321c24c753154cd7
[BUG] config: fix endless loop when parsing "on-error"

An arg index increment was missing causing the same arg to be parsed
in an endless loop. Proabably a merge conflict that remained undetected.
src/cfgparse.c