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) {