From: Mark Andrews Date: Wed, 21 Jan 2004 15:47:22 +0000 (+0000) Subject: AD is independent of DO/AD X-Git-Tag: v9.2.4rc1~81^2~18 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=2f35edba9c253f6eb236d797045af7b21e9d8fd2;p=thirdparty%2Fbind9.git AD is independent of DO/AD --- diff --git a/bin/named/query.c b/bin/named/query.c index a95399ee27a..35f68bf7d0a 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);