commit | 866b88bc95d19c06633fc57a577e5aaf57baf23c | [log] [tgz] |
---|---|---|
author | William Lallemand <wlallemand@haproxy.org> | Wed Aug 24 09:58:31 2022 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Wed Aug 24 10:11:17 2022 +0200 |
tree | 76798ae55f0951521c5a146672391ac5f8bd2125 | |
parent | 02fd3caa8f042a95418fcc27ac080415eb00d0f5 [diff] |
BUG/MINOR: resolvers: return the correct value in resolvers_finalize_config() Patch c31577f ("MEDIUM: resolvers: continue startup if network is unavailable") was not working correctly. Indeed resolvers_finalize_config() was returning a ERR type, but a postparser is supposed to return 0 or 1. The return value was never right, however it was only a problem since c31577f. Must be backported in every stable branch.