]> 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>
Thu, 3 Dec 2009 22:10:56 +0000 (23:10 +0100)
commita1e107fc13e5d8886bf900f302322bfa6ed35d37
tree6eb0e75543b191854bb6141483e5d1800b7d7f28
parent5f0bd6537f8b56b643ef485d7a3c96d996d9b01a
[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.
src/cfgparse.c