From: Otto Date: Fri, 26 Mar 2021 10:10:00 +0000 (+0100) Subject: Reformat X-Git-Tag: rec-4.4.3~4^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3623bb20547f582f4023737b1a2891b7ffe4bd67;p=thirdparty%2Fpdns.git Reformat --- diff --git a/pdns/recursordist/test-syncres_cc7.cc b/pdns/recursordist/test-syncres_cc7.cc index eb63028c1d..32c15ccf2c 100644 --- a/pdns/recursordist/test-syncres_cc7.cc +++ b/pdns/recursordist/test-syncres_cc7.cc @@ -1622,7 +1622,7 @@ BOOST_AUTO_TEST_CASE(test_dnssec_cname_inside_secure_zone) if (type == QType::DS) { if (domain.isPartOf(DNSName("powerdns.com.")) || domain.isPartOf(DNSName("power-dns.com."))) { /* no cut */ - /* technically the zone is com., but we are going to chop off in genericDSAndDNSKEYHandler() */ + /* technically the zone is com., but we are going to chop off in genericDSAndDNSKEYHandler() */ return genericDSAndDNSKEYHandler(res, domain, DNSName("powerdns.com."), type, keys, false); } else {