From: Otto Moerbeek Date: Mon, 21 Sep 2020 12:37:36 +0000 (+0200) Subject: Fix rec_control wipe-cache-typed (likely a merge error) X-Git-Tag: auth-4.4.0-alpha1~26^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5c73884d17ca5534dc973cdbb0cecc0b0e7740d1;p=thirdparty%2Fpdns.git Fix rec_control wipe-cache-typed (likely a merge error) --- diff --git a/pdns/rec_channel_rec.cc b/pdns/rec_channel_rec.cc index f9faa477cd..733d3aacc2 100644 --- a/pdns/rec_channel_rec.cc +++ b/pdns/rec_channel_rec.cc @@ -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)