]> git.kaiwu.me - 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:54:06 +0000 (23:54 +0100)
commite5e4a79341b3aa8dc322310c0141cf07c7560442
treeaab208d564366a1d74d26a2d0da21bc04745b7ff
parent4412f9815adfbd03fdec282be047ba6188762487
[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