Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
a7c6cb0a
Commit
a7c6cb0a
authored
Nov 04, 1999
by
Bob Halley
Browse files
Remove remnant of old TTL code that broke $TTL.
parent
6314cd33
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/master.c
View file @
a7c6cb0a
...
...
@@ -15,7 +15,7 @@
* SOFTWARE.
*/
/* $Id: master.c,v 1.
29
1999/11/04 0
1:21:27 marka
Exp $ */
/* $Id: master.c,v 1.
30
1999/11/04 0
6: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
"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment