Skip to content

fix: dev: don't use 'create' flag unnecessarily in findnode()

Evan Hunt requested to merge each-minor-findnode-refactor into main

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.

Edited by Evan Hunt

Merge request reports