From 9b82e777d5c84888cd4b1ca706cef44ec0cd015c Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 31 Oct 1999 22:02:40 +0000 Subject: [PATCH] Turn off debugging code that sets the TTL of additional data to very small values. --- lib/dns/resolver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index 6e3c57737d..feede57825 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -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!!! */