From 8cf1c91c1071e6acfbae6992c095e7a1e1831ad0 Mon Sep 17 00:00:00 2001 From: Tinderbox User Date: Thu, 31 Jul 2014 23:45:48 +0000 Subject: [PATCH] update copyright notice --- bin/named/query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/named/query.c b/bin/named/query.c index 91c0d7b971..066fbd5542 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -7156,7 +7156,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) {