From: Remi Gacogne Date: Wed, 23 Feb 2022 08:57:50 +0000 (+0100) Subject: dnsdist: Fix compilation issue resulting from a conflict between changes in #11293... X-Git-Tag: rec-4.7.0-alpha1~4^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9044666e63659b8073fab69ba69d82c43139d6ac;p=thirdparty%2Fpdns.git dnsdist: Fix compilation issue resulting from a conflict between changes in #11293 and #11334 --- 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;