]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
line length
authorMark Andrews <marka@isc.org>
Thu, 27 May 2010 03:23:56 +0000 (03:23 +0000)
committerMark Andrews <marka@isc.org>
Thu, 27 May 2010 03:23:56 +0000 (03:23 +0000)
bin/named/xfrout.c

index 4cd88ab82cd274607623b8fcc29b88df63ec6e58..57299d4b37884d31992024aad8541f1e527b50c6 100644 (file)
@@ -15,7 +15,7 @@
  * PERFORMANCE OF THIS SOFTWARE.
  */
 
-/* $Id: xfrout.c,v 1.136 2009/06/30 02:52:32 each Exp $ */
+/* $Id: xfrout.c,v 1.137 2010/05/27 03:23:56 marka Exp $ */
 
 #include <config.h>
 
@@ -810,11 +810,13 @@ ns_xfr_start(ns_client_t *client, dns_rdatatype_t reqtype) {
 #ifdef DLZ
        {
                /*
-                * Normal zone table does not have a match.  Try the DLZ database
+                * Normal zone table does not have a match.
+                * Try the DLZ database
                 */
                if (client->view->dlzdatabase != NULL) {
                        result = dns_dlzallowzonexfr(client->view,
-                                                    question_name, &client->peeraddr,
+                                                    question_name,
+                                                    &client->peeraddr,
                                                     &db);
 
                        if (result == ISC_R_NOPERM) {
@@ -1053,9 +1055,9 @@ ns_xfr_start(ns_client_t *client, dns_rdatatype_t reqtype) {
 
 #ifdef DLZ
        if (is_dlz)
-               CHECK(xfrout_ctx_create(mctx, client, request->id, question_name,
-                                       reqtype, question_class, zone, db, ver,
-                                       quota, stream,
+               CHECK(xfrout_ctx_create(mctx, client, request->id,
+                                       question_name, reqtype, question_class,
+                                       zone, db, ver, quota, stream,
                                        dns_message_gettsigkey(request),
                                        tsigbuf,
                                        3600,
@@ -1065,9 +1067,9 @@ ns_xfr_start(ns_client_t *client, dns_rdatatype_t reqtype) {
                                        &xfr));
        else
 #endif
-               CHECK(xfrout_ctx_create(mctx, client, request->id, question_name,
-                                       reqtype, question_class, zone, db, ver,
-                                       quota, stream,
+               CHECK(xfrout_ctx_create(mctx, client, request->id,
+                                       question_name, reqtype, question_class,
+                                       zone, db, ver, quota, stream,
                                        dns_message_gettsigkey(request),
                                        tsigbuf,
                                        dns_zone_getmaxxfrout(zone),