]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mworker: post_section_parser for the last section in discovery
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 12 Feb 2025 11:31:11 +0000 (12:31 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 12 Feb 2025 11:34:57 +0000 (12:34 +0100)
commit313eeae7dbcafac37ea6710c92de79c992c17d4c
treedbc3ed9660481a73be9f0eceeb99d0be929b12ce
parent2c270a05f06ff6ea2c23b369692a12a7780291b7
BUG/MINOR: mworker: post_section_parser for the last section in discovery

Previous patch 2c270a05f ("BUG/MINOR: mworker: section ignored in
discovery after a post_section_parser") needs an adjustment for the last
section of the file.

Indeed the post_section_parser of the last section must not be called in
discovery mode.

Must be backported in 3.1.
src/cfgparse.c