mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 13:38:26 +00:00
Remove remnant of old TTL code that broke $TTL.
This commit is contained in:
parent
6314cd3338
commit
a7c6cb0a8c
@ -15,7 +15,7 @@
|
|||||||
* SOFTWARE.
|
* 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>
|
#include <config.h>
|
||||||
|
|
||||||
@ -287,7 +287,6 @@ load(isc_lex_t *lex, dns_name_t *top, dns_name_t *origin,
|
|||||||
&ttl);
|
&ttl);
|
||||||
if (result != DNS_R_SUCCESS)
|
if (result != DNS_R_SUCCESS)
|
||||||
goto cleanup;
|
goto cleanup;
|
||||||
ttl = token.value.as_ulong;
|
|
||||||
if (ttl > 0x7fffffffUL) {
|
if (ttl > 0x7fffffffUL) {
|
||||||
(callbacks->warn)(callbacks,
|
(callbacks->warn)(callbacks,
|
||||||
"dns_master_load: %s:%d $TTL %lu > MAXTLL, setting TTL to 0\n",
|
"dns_master_load: %s:%d $TTL %lu > MAXTLL, setting TTL to 0\n",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user