2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-29 05:28:00 +00:00

Remove remnant of old TTL code that broke $TTL.

This commit is contained in:
Bob Halley 1999-11-04 06:12:40 +00:00
parent 6314cd3338
commit a7c6cb0a8c

View File

@ -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 <config.h>
@ -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",