mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-09 01:30:39 -04:00
Turn off debugging code that sets the TTL of additional data to very
small values.
This commit is contained in:
parent
77ab7ec58e
commit
9b82e777d5
1 changed files with 1 additions and 1 deletions
|
|
@ -1552,7 +1552,7 @@ mark_related(dns_name_t *name, dns_rdataset_t *rdataset,
|
|||
rdataset->attributes |= DNS_RDATASETATTR_CACHE;
|
||||
if (external)
|
||||
rdataset->attributes |= DNS_RDATASETATTR_EXTERNAL;
|
||||
#if 1
|
||||
#if 0
|
||||
/*
|
||||
* XXXRTH TEMPORARY FOR TESTING!!!
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue