mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-23 23:01:24 +02:00
The "bind" parsing code was duplicated for the peers section and as a result it wasn't kept updated, resulting in slightly different error behavior (e.g. errors were not freed, warnings were emitted as alerts) Let's first unify it into a new dedicated function that properly reports and frees the error.