2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 06:25:31 +00:00

Turn off debugging code that sets the TTL of additional data to very

small values.
This commit is contained in:
Bob Halley
1999-10-31 22:02:40 +00:00
parent 77ab7ec58e
commit 9b82e777d5

View File

@@ -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!!!
*/