]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix braces formatting in pdns/recursordist/test-syncres_cc.cc
authorRemi Gacogne <rgacogne@users.noreply.github.com>
Tue, 21 Jan 2020 09:25:40 +0000 (10:25 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2020 09:25:40 +0000 (10:25 +0100)
Co-Authored-By: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/recursordist/test-syncres_cc.cc

index f4b9796b0174ae5aa8179416b079251571a68725..b354a943f133e508565db75735ee9e22656e451e 100644 (file)
@@ -438,7 +438,7 @@ int genericDSAndDNSKEYHandler(LWResult* res, const DNSName& domain, DNSName auth
         /* sign the SOA */
         addRRSIG(keys, res->d_records, auth, 300, false, boost::none, boost::none, now);
         /* add a NSEC denying the DS */
-        std::set<uint16_t> types = { nsec3 ? QType::NSEC : QType::NSEC3 };
+        std::set<uint16_t> types = {nsec3 ? QType::NSEC : QType::NSEC3};
         if (proveCut) {
           types.insert(QType::NS);
         }