]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice
authorTinderbox User <tbox@isc.org>
Sat, 4 Oct 2014 23:45:22 +0000 (23:45 +0000)
committerTinderbox User <tbox@isc.org>
Sat, 4 Oct 2014 23:45:22 +0000 (23:45 +0000)
lib/dns/master.c

index c8c9f91bfab88cdb3af22b9d587e1b0a84a2454a..1f88b12ea30dae7b80c21e225a1dd51e06156fb9 100644 (file)
@@ -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,