]> git.kaiwu.me - haproxy.git/commit
[BUG] hot reconfiguration failed because of a wrong error check
authorWilly Tarreau <w@1wt.eu>
Thu, 20 Dec 2007 22:05:50 +0000 (23:05 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 20 Jan 2008 23:27:19 +0000 (00:27 +0100)
commitfbffe58f46696d17fc9d248cb3db6aec95d6c132
tree11d3fcbccab885490eb39d194697f5ac0ab2a95a
parent7c7b876bdb85b4646447de5201d22ebc44bf4a4b
[BUG] hot reconfiguration failed because of a wrong error check

The error check in return of start_proxies checked for exact ERR_RETRYABLE
but did not consider the return as a bit field. The function returned both
ERR_RETRYABLE and ERR_ALERT, hence the problem.
src/haproxy.c