]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] config: improve error reporting when checking configuration
authorWilly Tarreau <w@1wt.eu>
Thu, 23 Jul 2009 11:36:36 +0000 (13:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 26 Jul 2009 15:30:43 +0000 (17:30 +0200)
commitbb9250104fdf1096b708181c82172df737341a95
tree7658cb302806d428721ba11b018bac7e4b112728
parent3b6b1a984d6a587892afc88d03862c3fc3681bce
[MINOR] config: improve error reporting when checking configuration

Do not exit early at the first error found while checking configuration
validity. This particularly helps spotting multiple wrong tracked server
names at once.
src/cfgparse.c
src/haproxy.c