]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: startup: allow hap_register_feature() to enable a feature in the list
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 13 Feb 2025 23:00:28 +0000 (00:00 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 13 Feb 2025 23:09:17 +0000 (00:09 +0100)
commit2fe4cbd8e5a805f23deecec2083a87f3cf9f2077
treeabd8ea6e965dc38608d9b833d550606095cf557d
parent7034f2ca487267013d92a34dbeb4e7a72413cea2
MINOR: startup: allow hap_register_feature() to enable a feature in the list

This patch allows hap_register_feature() to enable a feature in the list
which was already registered and marked disabled.

This way we could enable automatically some features under certain
condition without the need of the USE argument with make and correctly
report its activation.
src/haproxy.c