2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +00:00

update copyright notice

This commit is contained in:
Tinderbox User
2014-10-04 23:45:22 +00:00
parent 8e86e8a779
commit d1573beb05

View File

@@ -1162,7 +1162,7 @@ load_text(dns_loadctx_t *lctx) {
} else if (strcasecmp(DNS_AS_STR(token), } else if (strcasecmp(DNS_AS_STR(token),
"$TTL") == 0) { "$TTL") == 0) {
GETTOKENERR(lctx->lex, 0, &token, ISC_FALSE, GETTOKENERR(lctx->lex, 0, &token, ISC_FALSE,
lctx->ttl = 0; lctx->ttl = 0;
lctx->default_ttl_known = ISC_TRUE;); lctx->default_ttl_known = ISC_TRUE;);
result = result =
dns_ttl_fromtext(&token.value.as_textregion, dns_ttl_fromtext(&token.value.as_textregion,