]> git.ipfire.org Git - thirdparty/bind9.git/commit
minor findnode optimization
authorEvan Hunt <each@isc.org>
Fri, 12 Jul 2024 21:06:20 +0000 (14:06 -0700)
committerOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 14:25:17 +0000 (14:25 +0000)
commitb4fc8e6294049649bb342b24f0fc0669f0d77779
treef3b2f745455ed167eb6c1a1b85de030db207f708
parent074c7cc12c0eda40441926a8a96631c3176824a9
minor findnode optimization

when searching the cache for a node so that we can delete an
rdataset, it is not necessary to set the 'create' flag. if the
node doesn't exist yet, we then we won't be able to delete
anything from it anyway.

(cherry picked from commit 6b720bfe1aea5e37823a8f95ba59cf84f12573b0)
lib/dns/resolver.c