]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[BUG] config: fix erroneous check on cookie domain names
authorWilly Tarreau <w@1wt.eu>
Thu, 3 Dec 2009 22:10:56 +0000 (23:10 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 6 Dec 2009 12:24:20 +0000 (13:24 +0100)
commit3d8fbb6658d4414dac20892bbd9e79e14e99e67f
tree16c48fef7c9f27a1a732437c8efb0d549ac47104
parent1780416e33defbeddcd20c7107bb0b6e70f1b449
[BUG] config: fix erroneous check on cookie domain names

It was a OR instead of a AND, so it was required to have a cookie
name which contained a dot AND began with a dot.
(cherry picked from commit a1e107fc13e5d8886bf900f302322bfa6ed35d37)
src/cfgparse.c