]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: acme: wrong error when checking for duplicate section
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 23 Mar 2026 10:22:49 +0000 (11:22 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Mon, 23 Mar 2026 10:58:53 +0000 (11:58 +0100)
commitd72be950bd339277e366eb4a8aa1cfd489c8d975
treef8479bd51dce2817c1834595b1080dcbf334e8df
parent5a0fbbf1ca827b85900d2c8da3a30ff715dfc877
BUG/MINOR: acme: wrong error when checking for duplicate section

The cfg_parse_acme() function checks if an 'acme' section is already
existing in the configuration with cur_acme->linenum > 0. But the wrong
filename and line number are displayed in the commit message.

Must be backported to 3.2 and later.
src/acme.c