Files
bind9/lib
Evan Hunt a7e6c06ef7 in findnode, use a read transaction when possible
when findnode() is called with the 'create' flag set, instead of
automatically opening a write transaction, we will now try to look up
the name with a read transaction, and only open a write transaction if
that failed.
2024-06-07 17:24:45 -07:00
..