]> 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:51:44 +0000 (11:51 +1100)
bin/named/query.c

index 66263bf60864b3d8aa4f9399bd5b57774c2881b0..3b0ef962e0c6fad654c3a41117d8c488ef1fa4c2 100644 (file)
@@ -3317,7 +3317,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) ||