]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: checks: Fix test on http-check rulesets during config validity check
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 3 Jun 2020 17:00:42 +0000 (19:00 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 3 Jun 2020 17:08:35 +0000 (19:08 +0200)
commitc0fcbe4150c7fe3dbdbe3d65b3bd9b691aef3ea2
tree981eca66b30f0220c3ad984c5242e78f1f0bbcd7
parent5cf2dfc5fd08b7ff8d27d6293e2aaa8ec18fc607
BUG/MINOR: checks: Fix test on http-check rulesets during config validity check

When checking the config validity of the http-check rulesets, the test on the
ruleset type is inverted. So a warning about ignored directive is emitted when
the config is valid and omitted when it should be reported.

No backport needed.
src/cfgparse.c