From a7c6cb0a8cf80bb5c812e46e2e5e0425e3355ec4 Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Thu, 4 Nov 1999 06:12:40 +0000 Subject: [PATCH] Remove remnant of old TTL code that broke $TTL. --- lib/dns/master.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/dns/master.c b/lib/dns/master.c index 753c024087..79886c2d8a 100644 --- a/lib/dns/master.c +++ b/lib/dns/master.c @@ -15,7 +15,7 @@ * SOFTWARE. */ - /* $Id: master.c,v 1.29 1999/11/04 01:21:27 marka Exp $ */ + /* $Id: master.c,v 1.30 1999/11/04 06:12:40 halley Exp $ */ #include @@ -287,7 +287,6 @@ load(isc_lex_t *lex, dns_name_t *top, dns_name_t *origin, &ttl); if (result != DNS_R_SUCCESS) goto cleanup; - ttl = token.value.as_ulong; if (ttl > 0x7fffffffUL) { (callbacks->warn)(callbacks, "dns_master_load: %s:%d $TTL %lu > MAXTLL, setting TTL to 0\n",