]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
add missing line break
authorMark Andrews <marka@isc.org>
Thu, 4 Feb 2016 00:51:44 +0000 (11:51 +1100)
committerMark Andrews <marka@isc.org>
Thu, 4 Feb 2016 00:53:16 +0000 (11:53 +1100)
(cherry picked from commit 68ecf1c9a5bca811f044052bcd43717b6d58a5fe)

bin/named/query.c

index f2ca55538780bca4133be5534fc9cf3ad31b58e4..7737f9c9bef8ea737950ddaf9e5bf9e58bee1a59 100644 (file)
@@ -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) ||