BUG/MEDIUM: checks: unchecked servers could not be enabled anymore
authorWilly Tarreau <w@1wt.eu>
Sat, 28 Dec 2013 20:21:31 +0000 (21:21 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 28 Dec 2013 20:33:36 +0000 (21:33 +0100)
commite24d96393a2e93e1a4819098b19228fa1d3683d8
tree8379c70dc9e9f5dfb5c1882194b666729d1c1e54
parent3988d9342fcfcf09a64e13399e95217fabac390f
BUG/MEDIUM: checks: unchecked servers could not be enabled anymore

Recent fix 02541e8 (BUG/MEDIUM: checks: servers must not start in
slowstart mode) failed to consider one case : a server chich is not
checked at all can be disabled and has to support being enabled
again. So we must also enter the set_server_up() function when the
checks are totally disabled.

No backport is needed.
src/checks.c