]> git.kaiwu.me - haproxy.git/commit
BUG/MINOR: cfgparse: wrong section name upon error
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 7 Jan 2026 17:00:32 +0000 (18:00 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 7 Jan 2026 17:13:12 +0000 (18:13 +0100)
commit91cff75908171d0d57aa7976b611e4e2de868b47
treed76ff2b82591044ef26a514426cb92e837c4dd5c
parent4aff6d1c2550807fb67da56ad15fade8ab4a6d8d
BUG/MINOR: cfgparse: wrong section name upon error

When a unknown keyword was used in the "userlist" section, the error was
mentioning the "users" section, instead of "userlist".

Could be backported in every branches.
src/cfgparse.c