]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: dev: don't use 'create' flag unnecessarily in findnode() alessio/regression/a26055f03e
authorOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 13:36:54 +0000 (13:36 +0000)
committerOndřej Surý <ondrej@isc.org>
Mon, 5 Aug 2024 13:36:54 +0000 (13:36 +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.

Merge branch 'each-minor-findnode-refactor' into 'main'

See merge request isc-projects/bind9!9158


Trivial merge