From fa040306274a48af6043fa94fb3c0f4497e3ea16 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Wed, 20 Feb 2019 16:48:40 +0100 Subject: [PATCH] rec: Fix a typo in the comment of one of the SyncRes unit tests --- pdns/recursordist/test-syncres_cc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2