commit | 28a6d48a604368e3c8ea19fe095b239f0820bd00 | [log] [tgz] |
---|---|---|
author | Aurelien DARRAGON <adarragon@haproxy.com> | Tue Jan 17 16:30:52 2023 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 23 15:05:05 2023 +0100 |
tree | dfe677ace6f827148d00d542b1ed192f59341e73 | |
parent | de63efba5ad3c2ceb5942d0cb078c0fa823d93c9 [diff] |
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.