]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix rec_control wipe-cache-typed (likely a merge error) 9491/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 21 Sep 2020 12:37:36 +0000 (14:37 +0200)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 21 Sep 2020 12:37:36 +0000 (14:37 +0200)
pdns/rec_channel_rec.cc

index f9faa477cd0424d10fd09cd1442d549d6a66017f..733d3aacc279ba6df3520f9b14f4931e2050ec44 100644 (file)
@@ -396,7 +396,7 @@ static string doDumpFailedServers(T begin, T end)
 
 uint64_t* pleaseWipeCache(const DNSName& canon, bool subtree, uint16_t qtype)
 {
-  return new uint64_t(g_recCache->doWipeCache(canon, subtree));
+  return new uint64_t(g_recCache->doWipeCache(canon, subtree, qtype));
 }
 
 uint64_t* pleaseWipePacketCache(const DNSName& canon, bool subtree, uint16_t qtype)