]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: cfgparse-global: fix err msg in mworker keyword parser
authorValentine Krasnobaeva <vkrasnobaeva@haproxy.com>
Wed, 14 Aug 2024 14:20:15 +0000 (16:20 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Tue, 20 Aug 2024 17:16:27 +0000 (19:16 +0200)
commit4291d10b440d03500210e16f247ecc59ceb6547e
tree03dd1c716602192a925b18f2148d9345af834282
parent0d6112b40b20f9eea0cf38dc304bc1155b673588
BUG/MINOR: cfgparse-global: fix err msg in mworker keyword parser

This patch fixes the commit 118ac11ce
("cfgparse-global: move mode's keywords in cfg_kw_list"). Error message
delivered by keyword parser in **err is always shown with ha_alert() by the
caller cfg_parse_global(). The caller always supplies these alerts with the
filename and the line number.
src/cfgparse-global.c