]> git.kaiwu.me - haproxy.git/commit
CLEANUP: resolvers: Remove duplicated line when resolvers proxy is initialized
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 4 May 2026 06:29:21 +0000 (08:29 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 4 May 2026 14:33:56 +0000 (16:33 +0200)
commit95ee47fd32c55291d164b8ce231fff157735582f
treecf497f813a8760bd6a14d086e298115d9aacfe72
parente46090f4244ae94edc15a769b4ba0fb23d7b7418
CLEANUP: resolvers: Remove duplicated line when resolvers proxy is initialized

In resolvers_setup_proxy(), "px->conn_retries" was initialized twice. Let's
remove the line with no comment.
src/resolvers.c