From: Otto Moerbeek Date: Mon, 13 Jul 2020 14:21:00 +0000 (+0200) Subject: Fix merge X-Git-Tag: rec-4.3.3^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9330%2Fhead;p=thirdparty%2Fpdns.git Fix merge --- 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();