From 2f35edba9c253f6eb236d797045af7b21e9d8fd2 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Wed, 21 Jan 2004 15:47:22 +0000 Subject: [PATCH] AD is independent of DO/AD --- bin/named/query.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bin/named/query.c b/bin/named/query.c index a95399ee27..35f68bf7d0 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: query.c,v 1.250 2004/01/21 15:44:24 marka Exp $ */ +/* $Id: query.c,v 1.251 2004/01/21 15:47:22 marka Exp $ */ #include @@ -3478,8 +3478,7 @@ ns_query_start(ns_client_t *client) { * Set AD. We must clear it if we add non-validated data to a * response. */ - if (WANTDNSSEC(client)) - message->flags |= DNS_MESSAGEFLAG_AD; + message->flags |= DNS_MESSAGEFLAG_AD; qclient = NULL; ns_client_attach(client, &qclient);