]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: mworker: does not create the "default" resolvers in wait mode
authorWilliam Lallemand <wlallemand@haproxy.org>
Wed, 24 Aug 2022 09:15:08 +0000 (11:15 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 24 Aug 2022 09:28:29 +0000 (11:28 +0200)
commit6020c4e44eb46fd21b5f85db927edb8d10e0482d
tree4bd4f55d09996d11bcc9c01ce735e395eeb3b406
parent866b88bc95d19c06633fc57a577e5aaf57baf23c
BUG/MINOR: mworker: does not create the "default" resolvers in wait mode

When doing a re-exec, the master was creating a "default" resolvers,
which could result in a warning emitted because the "default" resolvers
of the configuration file is not available anymore.

Skip the creating of the "default" resolvers in wait mode, this is not
useful in the master.

Must be backported as far as 2.6.
src/resolvers.c