bind9/lib
Bob Halley 176f7a135e findnode() had design legacies from an older version of the RBT API. It
also failed to handle the case where it had discovered that a node didn't
exist, had unlocked and relocked the tree (into write mode), and then had
attempted to add the node and got DNS_R_EXISTS as the result.  (I.e. someone
beat us in the race to create the node.)  In this case, an error would have
been returned.  The correct behavior is to succeed (being sure to increment
the node reference count).
1999-08-11 22:06:21 +00:00
..
dns findnode() had design legacies from an older version of the RBT API. It 1999-08-11 22:06:21 +00:00
isc Detach from the correct task when canceling. 1999-07-28 23:25:16 +00:00
tests fix spelling error 1999-07-24 00:59:55 +00:00
.cvsignore add .cvsignore files 1998-12-11 21:09:59 +00:00
Makefile.in basic test support 1999-05-01 01:41:14 +00:00