]> git.ipfire.org Git - thirdparty/pdns.git/commit
QName Minimization consults the cache first to see work needs to 8648/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 20 Dec 2019 09:08:50 +0000 (10:08 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Fri, 20 Dec 2019 09:13:53 +0000 (10:13 +0100)
commit0eb07f3a5c23cc94c95a2bed022367085f8dfcef
treeec1650be1cd6c27e5ce1e0d664fa83498c9b24e2
parentfa178d8fd96b2aed795503f6c5b9d4695537e9fd
QName Minimization consults the cache first to see work needs to
be done. Via doCacheCheck() this can lead to a call to computeZoneCuts()
which might/does not work properly on only cached records, so always
make sure it can go out if needed. Should fix #8642.
pdns/syncres.cc