]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Formatting 10178/head
authorOtto <otto.moerbeek@open-xchange.com>
Tue, 16 Mar 2021 13:22:43 +0000 (14:22 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Tue, 16 Mar 2021 13:22:43 +0000 (14:22 +0100)
pdns/recursordist/test-syncres_cc1.cc

index 2f2020d3d92aab964d971cb9a4db0e532084a772..d7188e5d753144debee3c562705aa1b303e80c6e 100644 (file)
@@ -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<Netmask>& srcmask, boost::optional<const ResolveContext&> context, LWResult* res, bool* chained) {
-
     if (domain == g_rootdnsname && type == QType::NS) {
 
       setLWResult(res, 0, true, false, true);