From e6d1c3cac4def3d9910475dffe93fb46fef32a52 Mon Sep 17 00:00:00 2001 From: Otto Date: Tue, 16 Mar 2021 14:22:43 +0100 Subject: [PATCH] Formatting --- pdns/recursordist/test-syncres_cc1.cc | 1 - 1 file changed, 1 deletion(-) 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); -- 2.47.2