]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: resolvers: shut the warning when "default" resolvers is implicit
authorWilliam Lallemand <wlallemand@haproxy.org>
Wed, 24 Aug 2022 12:50:32 +0000 (14:50 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 24 Aug 2022 12:56:42 +0000 (14:56 +0200)
commitb10b1196b864b50bb1c781bd0064a1176467046f
treeec748a35338105aaf27db05bbfac92cbdf045662
parent529b6a3a2c5e977bd585c75963ef29ce83138a05
MINOR: resolvers: shut the warning when "default" resolvers is implicit

Shut the connect() warning of resolvers_finalize_config() when the
configuration was not emitted manually.

This shuts the warning for the "default" resolvers which is created
automatically for the httpclient.

Must be backported in 2.6.
include/haproxy/resolvers-t.h
src/resolvers.c