mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
Turn off debugging code that sets the TTL of additional data to very
small values.
This commit is contained in:
@@ -1552,7 +1552,7 @@ mark_related(dns_name_t *name, dns_rdataset_t *rdataset,
|
|||||||
rdataset->attributes |= DNS_RDATASETATTR_CACHE;
|
rdataset->attributes |= DNS_RDATASETATTR_CACHE;
|
||||||
if (external)
|
if (external)
|
||||||
rdataset->attributes |= DNS_RDATASETATTR_EXTERNAL;
|
rdataset->attributes |= DNS_RDATASETATTR_EXTERNAL;
|
||||||
#if 1
|
#if 0
|
||||||
/*
|
/*
|
||||||
* XXXRTH TEMPORARY FOR TESTING!!!
|
* XXXRTH TEMPORARY FOR TESTING!!!
|
||||||
*/
|
*/
|
||||||
|
Reference in New Issue
Block a user