From 9a72e72893f89fdca365501d1441768d7b6b2ba8 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 27 Sep 2022 16:34:24 +0200 Subject: [PATCH] copy-paste error in comment Co-authored-by: Remi Gacogne --- pdns/recursordist/test-syncres_cc10.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/recursordist/test-syncres_cc10.cc b/pdns/recursordist/test-syncres_cc10.cc index f1a09e71e7..8603b6ea66 100644 --- a/pdns/recursordist/test-syncres_cc10.cc +++ b/pdns/recursordist/test-syncres_cc10.cc @@ -1512,8 +1512,8 @@ BOOST_AUTO_TEST_CASE(test_glued_referral_additional_no_update_because_locked) BOOST_AUTO_TEST_CASE(test_locked_nonauth_update_to_auth) { - // Test that additional records do not update the cache - // We use two zones that share NS and their addresses + // Test that a non-bogus authoritative record replaces a non-authoritative one + // even if the cache is locked std::unique_ptr sr; initSR(sr); // Set the lock -- 2.47.2