]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix merge 9330/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 13 Jul 2020 14:21:00 +0000 (16:21 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 13 Jul 2020 14:21:00 +0000 (16:21 +0200)
pdns/recursordist/test-syncres_cc4.cc

index 7c72748fdda751312e563af8fe15d98cba4e20c1..d77a8dafb9fb3198dfb06489845a9b59c9671afa 100644 (file)
@@ -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<MemRecursorCache>(new MemRecursorCache());
+  t_RC = std::unique_ptr<MemRecursorCache>(new MemRecursorCache());
   SyncRes::clearNegCache();
   sr->setDNSSECValidationRequested(false);
   primeHints();