]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: config: initialize stick-tables after peers, not before
authorWilly Tarreau <w@1wt.eu>
Fri, 1 May 2015 17:09:08 +0000 (19:09 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 1 May 2015 18:16:31 +0000 (20:16 +0200)
commit6866f3f33f970989843a1dddb71489d9b1ad3e28
tree9e00825e058dcb0a115708ece74b1296295c1500
parentc8b679180d3ad5def791799c6cb3e2d2a45db138
MEDIUM: config: initialize stick-tables after peers, not before

It's dangerous to initialize stick-tables before peers because they
start a task that cannot be stopped before we know if the peers need
to be disabled and destroyed. Move this after.
src/cfgparse.c