From: Remi Gacogne Date: Wed, 20 Feb 2019 15:48:40 +0000 (+0100) Subject: rec: Fix a typo in the comment of one of the SyncRes unit tests X-Git-Tag: auth-4.2.0-beta1~12^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F7478%2Fhead;p=thirdparty%2Fpdns.git rec: Fix a typo in the comment of one of the SyncRes unit tests --- diff --git a/pdns/recursordist/test-syncres_cc.cc b/pdns/recursordist/test-syncres_cc.cc index d65d623b2f..8736f32aee 100644 --- a/pdns/recursordist/test-syncres_cc.cc +++ b/pdns/recursordist/test-syncres_cc.cc @@ -9382,7 +9382,7 @@ BOOST_AUTO_TEST_CASE(test_dnssec_rrsig_negcache_bogus_validity) { BOOST_REQUIRE_EQUAL(ret.size(), 3); BOOST_CHECK_EQUAL(queriesCount, 4); - /* check that the entry has not been negatively cached but not longer than s_maxbogusttl */ + /* check that the entry has been negatively cached but not longer than s_maxbogusttl */ const NegCache::NegCacheEntry* ne = nullptr; BOOST_CHECK_EQUAL(SyncRes::t_sstorage.negcache.size(), 1); BOOST_REQUIRE_EQUAL(SyncRes::t_sstorage.negcache.get(target, QType(QType::A), sr->getNow(), &ne), true);