]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] fix: dev: don't use 'create' flag unnecessarily in findnode()
authorOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 14:25:26 +0000 (14:25 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 14:25:26 +0000 (14:25 +0000)
when searching the cache for a node so that we can delete an rdataset, it isn't necessary to set the 'create' flag. if the
node doesn't exist yet, we won't be able to delete anything from it anyway.

Backport of MR !9158

Merge branch 'backport-each-minor-findnode-refactor-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!9253


Trivial merge