]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add few missing qpcache_hit() calls
authorOndřej Surý <ondrej@isc.org>
Wed, 27 Aug 2025 11:52:42 +0000 (13:52 +0200)
committerOndřej Surý <ondrej@isc.org>
Thu, 28 Aug 2025 17:28:56 +0000 (19:28 +0200)
commit37fa960bd5e1d5bc8657d636db9d7eae40207ea2
tree45cb0dd64d629fda5c809810e788a158e7e38426
parent7b7901494d53d6222824ca5b435953d55a73fceb
Add few missing qpcache_hit() calls

There were couple of missing qpcache_hit() calls in qpcache.c:add()
function where existing data was better than the newly added header.
lib/dns/qpcache.c