commit | 3882d2a96ca1d37f60ea81f3ee993c39d808ce32 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 20 15:41:45 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 20 18:39:43 2022 +0200 |
tree | 6120559d5e296053a7846c19a9b75d25db10336d | |
parent | 91b47263f7d534d818cabfa013ca090cc9302b4c [diff] |
MINOR: listener: provide a function to process all of a bind_conf's arguments 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.