]> 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>
Thu, 20 Dec 2007 22:09:54 +0000 (23:09 +0100)
commite13e9251a6db960c0db7b69107f7ea22b1c894f5
tree6a797e5648414c50776afeeee943d3df92d4092f
parent4009f016c2bbbae10af6c8011d6890aaebe2fb90
[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