but this is no longer the case. Thus, the DNS_DBADD_FORCE option did not take effect
if the existing data was at level dns_trust_ultimate. Since the DNS_DBADD_FORCE
option is currently used only with cached data, no actual harm has been done.
* SOFTWARE.
*/
-/* $Id: rbtdb.c,v 1.109 2000/07/04 04:28:44 marka Exp $ */
+/* $Id: rbtdb.c,v 1.110 2000/07/25 01:06:01 gson Exp $ */
/*
* Principal Author: Bob Halley
merge = ISC_FALSE;
if ((options & DNS_DBADD_FORCE) != 0)
- trust = dns_trust_authsecure;
+ trust = dns_trust_ultimate;
else
trust = newheader->trust;