From: Otto Moerbeek Date: Tue, 30 Jan 2024 17:17:22 +0000 (+0100) Subject: one last lint X-Git-Tag: dnsdist-1.9.0~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea5757046b97f1c8675f38b93b974e62ad025c32;p=thirdparty%2Fpdns.git one last lint --- diff --git a/pdns/recursordist/test-syncres_cc6.cc b/pdns/recursordist/test-syncres_cc6.cc index f2fd5c15f4..295fb9c57f 100644 --- a/pdns/recursordist/test-syncres_cc6.cc +++ b/pdns/recursordist/test-syncres_cc6.cc @@ -1821,7 +1821,7 @@ BOOST_AUTO_TEST_CASE(test_dnssec_secure_to_broken_cname_ds) addRecordToLW(res, "ns1.sub.powerdns.com.", QType::A, "192.0.2.3", DNSResourceRecord::ADDITIONAL, 3600); return LWResult::Result::Success; } - else if (address == ComboAddress("192.0.2.3:53")) { + if (address == ComboAddress("192.0.2.3:53")) { setLWResult(res, 0, true, false, true); addRecordToLW(res, domain, QType::A, targetAddr.toString(), DNSResourceRecord::ANSWER, 3600); addRRSIG(pdnskeys, res->d_records, DNSName("sub.powerdns.com."), 300);