diff options
Diffstat (limited to 'bin/named/query.c')
| -rw-r--r-- | bin/named/query.c | 5 | 
1 files changed, 3 insertions, 2 deletions
diff --git a/bin/named/query.c b/bin/named/query.c index f2ca55538780..8df3c714514a 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -1,5 +1,5 @@  /* - * Copyright (C) 2004-2015  Internet Systems Consortium, Inc. ("ISC") + * Copyright (C) 2004-2016  Internet Systems Consortium, Inc. ("ISC")   * Copyright (C) 1999-2003  Internet Software Consortium.   *   * Permission to use, copy, modify, and/or distribute this software for any @@ -3221,7 +3221,8 @@ query_addbestns(ns_client_t *client) {  		goto cleanup;  	/* -	 * If the answer is secure only add NS records if they are secure		 * when the client may be looking for AD in the response. +	 * If the answer is secure only add NS records if they are secure +	 * when the client may be looking for AD in the response.  	 */  	if (SECURE(client) && (WANTDNSSEC(client) || WANTAD(client)) &&  	    ((rdataset->trust != dns_trust_secure) ||  | 
