BUG/MEDIUM: checks: tracking servers must not inherit the MAINT flag
authorWilly Tarreau <w@1wt.eu>
Sat, 14 Dec 2013 15:16:01 +0000 (16:16 +0100)
committerWilly Tarreau <w@1wt.eu>
Sat, 14 Dec 2013 15:16:01 +0000 (16:16 +0100)
commit566226b9d7a242ca3cafbc26ea9d70ddb40d4135
tree5916342ea5e9b1caa8e260ea6443bc8b0c8f3365
parentbb9665e6498bb93f7048cc900ae80ce350b54815
BUG/MEDIUM: checks: tracking servers must not inherit the MAINT flag

If a server is disabled in configuration and another one tracks it,
this last one must not inherit the MAINT flag otherwise it needs to
be explicitly enabled afterwards. Just remove this to fix the issue.
src/cfgparse.c