]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] the "source" keyword must first clear optional settings
authorWilly Tarreau <w@1wt.eu>
Sun, 1 Mar 2009 07:27:21 +0000 (08:27 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 8 Mar 2009 22:34:30 +0000 (23:34 +0100)
commitbf8768f3453d21ed9cd24cd5526ff87ce73fa62a
tree50fe45289ac12a5d04e4f24308740adedc1147e7
parent47773d51aec5f9abd360980c36c8a17cc980ded2
[BUG] the "source" keyword must first clear optional settings

Problem reported by John Lauro. When "source ... usesrc ..." is
set in the defaults section, it is not possible anymore to remove
the "usesrc" part when declaring a more precise "source" in a
backend. The only workaround was to declare it by server.

We need to clear optional settings when declaring a new "source".
(cherry picked from commit 368480cf4570a0d6448741c704aebd53ac467aa9)
(cherry picked from commit 15b939fbdd5885b6814454c273e64b8cd348b59d)
src/cfgparse.c