From 9044666e63659b8073fab69ba69d82c43139d6ac Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 23 Feb 2022 09:57:50 +0100 Subject: [PATCH] dnsdist: Fix compilation issue resulting from a conflict between changes in #11293 and #11334 --- pdns/dnsdistdist/test-dnsdisttcp_cc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/test-dnsdisttcp_cc.cc b/pdns/dnsdistdist/test-dnsdisttcp_cc.cc index 1e6181dc28..9457b62e36 100644 --- a/pdns/dnsdistdist/test-dnsdisttcp_cc.cc +++ b/pdns/dnsdistdist/test-dnsdisttcp_cc.cc @@ -2859,7 +2859,7 @@ BOOST_AUTO_TEST_CASE(test_IncomingConnectionOOOR_BackendOOOR) auto proxyEnabledBackend = std::make_shared(getBackendAddress("42", 53)); proxyEnabledBackend->d_tlsCtx = tlsCtx; - proxyEnabledBackend->useProxyProtocol = true; + proxyEnabledBackend->d_config.useProxyProtocol = true; GenericDNSPacketWriter pwAXFRQuery(axfrQuery, DNSName("powerdns.com."), QType::AXFR, QClass::IN, 0); pwAXFRQuery.getHeader()->rd = 0; -- 2.47.2