From 4643917071b9cdec0eb98dbab3db9fa8a7c86f6c Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 13 Jul 2020 16:21:00 +0200 Subject: [PATCH] Fix merge --- pdns/recursordist/test-syncres_cc4.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/test-syncres_cc4.cc b/pdns/recursordist/test-syncres_cc4.cc index 7c72748fdd..d77a8dafb9 100644 --- a/pdns/recursordist/test-syncres_cc4.cc +++ b/pdns/recursordist/test-syncres_cc4.cc @@ -774,7 +774,7 @@ BOOST_AUTO_TEST_CASE(test_dnssec_bogus_dnskey_doesnt_match_ds) /* === first without validation, then with (just-in-time validation) === */ /* clear the caches */ - s_RC = std::unique_ptr(new MemRecursorCache()); + t_RC = std::unique_ptr(new MemRecursorCache()); SyncRes::clearNegCache(); sr->setDNSSECValidationRequested(false); primeHints(); -- 2.47.2