diff --git a/bin/named/query.c b/bin/named/query.c index 98e33ac03e..ec56030dcd 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -7173,7 +7173,7 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype) associated = dns_rdataset_isassociated(rdataset); section = nxrewrite ? DNS_SECTION_ADDITIONAL : DNS_SECTION_AUTHORITY; - + result = query_addsoa(client, db, version, ISC_UINT32_MAX, associated, section); if (result != ISC_R_SUCCESS) { diff --git a/lib/lwres/include/lwres/compat.h b/lib/lwres/include/lwres/compat.h index b6f6baf8cd..19a9372166 100644 --- a/lib/lwres/include/lwres/compat.h +++ b/lib/lwres/include/lwres/compat.h @@ -1,5 +1,6 @@ /* - * Copyright (C) 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2007, 2014 Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2003 Internet Software Consortium. * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above