BUG/MEDIUM: checks: external checks can't change server status to UP
authorCyril Bonté <cyril.bonte@free.fr>
Wed, 6 Aug 2014 23:55:37 +0000 (01:55 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 7 Aug 2014 05:23:51 +0000 (07:23 +0200)
commit77010d8006619d8e8199c4adc23fd77d9102edd8
tree71ccd5644d56b31075794e6164548f77668c0d85
parent6bcb0a84e7256f00793fa8ec8a0d6c19c3b22935
BUG/MEDIUM: checks: external checks can't change server status to UP

Mark Brooks reported an issue with external healthchecks, where servers are
never marked as UP. This is due to a typo, which flags a successful check as
CHK_RES_FAILED instead of CHK_RES_PASSED.

This bug is specific to the 1.6 branch.
src/checks.c