From: Otto Date: Tue, 16 Mar 2021 13:22:43 +0000 (+0100) Subject: Formatting X-Git-Tag: rec-4.5.0-beta1~20^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10178%2Fhead;p=thirdparty%2Fpdns.git Formatting --- diff --git a/pdns/recursordist/test-syncres_cc1.cc b/pdns/recursordist/test-syncres_cc1.cc index 2f2020d3d9..d7188e5d75 100644 --- a/pdns/recursordist/test-syncres_cc1.cc +++ b/pdns/recursordist/test-syncres_cc1.cc @@ -138,7 +138,6 @@ BOOST_AUTO_TEST_CASE(test_root_ns_poison_resistance) const DNSName target("www.example.com."); sr->setAsyncCallback([target](const ComboAddress& ip, const DNSName& domain, int type, bool doTCP, bool sendRDQuery, int EDNS0Level, struct timeval* now, boost::optional& srcmask, boost::optional context, LWResult* res, bool* chained) { - if (domain == g_rootdnsname && type == QType::NS) { setLWResult(res, 0, true, false, true);