]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: haproxy: always protocol unbind on startup error path
authorAurelien DARRAGON <adarragon@haproxy.com>
Tue, 17 Jan 2023 15:30:52 +0000 (16:30 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 23 Feb 2023 14:05:05 +0000 (15:05 +0100)
commit28a6d48a604368e3c8ea19fe095b239f0820bd00
treedfe677ace6f827148d00d542b1ed192f59341e73
parentde63efba5ad3c2ceb5942d0cb078c0fa823d93c9
MINOR: haproxy: always protocol unbind on startup error path

In haproxy startup, all init error paths after the protocol bind step
cautiously call protocol_unbind_all() before exiting except one that was
conditional. We're not making an exception to the rule and we now properly
call protocol_unbind_all() as well.

No backport needed as this patch is unnoticeable.
src/haproxy.c