From d1573beb053485ca7683a1fcf530bbab4aef7a35 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Sat, 4 Oct 2014 23:45:22 +0000 Subject: [PATCH] update copyright notice --- lib/dns/master.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dns/master.c b/lib/dns/master.c index c8c9f91bfa..1f88b12ea3 100644 --- a/lib/dns/master.c +++ b/lib/dns/master.c @@ -1162,7 +1162,7 @@ load_text(dns_loadctx_t *lctx) { } else if (strcasecmp(DNS_AS_STR(token), "$TTL") == 0) { GETTOKENERR(lctx->lex, 0, &token, ISC_FALSE, - lctx->ttl = 0; + lctx->ttl = 0; lctx->default_ttl_known = ISC_TRUE;); result = dns_ttl_fromtext(&token.value.as_textregion,