From: Mark Andrews Date: Thu, 4 Feb 2016 00:51:44 +0000 (+1100) Subject: add missing line break X-Git-Tag: v9.11.0a1~136 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=68ecf1c9a5bca811f044052bcd43717b6d58a5fe;p=thirdparty%2Fbind9.git add missing line break --- diff --git a/bin/named/query.c b/bin/named/query.c index 66263bf6086..3b0ef962e0c 100644 --- a/bin/named/query.c +++ b/bin/named/query.c @@ -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) ||