BIND 10 trac2911, updated. 28265a46f54b31f9378e4cdb23ecedc75e10cd0b [2911] more untabify: existed before the branch, but for completeness.

BIND 10 source code commits bind10-changes at lists.isc.org
Tue May 28 23:02:00 UTC 2013


The branch, trac2911 has been updated
       via  28265a46f54b31f9378e4cdb23ecedc75e10cd0b (commit)
       via  82d4294b3ab28d6159d9cbd7625afb5ee87ca35f (commit)
       via  0553677f12de824f04cf050a5d443a85020591c9 (commit)
       via  cadd7717af4ff30b052fad3215fa4f0af0afd8de (commit)
      from  818947dcdff0a0aa5b9ca7a4fd4dc1b12545a3a0 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 28265a46f54b31f9378e4cdb23ecedc75e10cd0b
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue May 28 16:01:40 2013 -0700

    [2911] more untabify: existed before the branch, but for completeness.

commit 82d4294b3ab28d6159d9cbd7625afb5ee87ca35f
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue May 28 15:51:09 2013 -0700

    [2911] fixed a typo

commit 0553677f12de824f04cf050a5d443a85020591c9
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue May 28 15:45:50 2013 -0700

    [2911] removed obsolete part of docstring

commit cadd7717af4ff30b052fad3215fa4f0af0afd8de
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Tue May 28 15:31:37 2013 -0700

    [2911] untabify

-----------------------------------------------------------------------

Summary of changes:
 src/bin/xfrin/xfrin.py.in                          |    6 ++----
 src/bin/xfrin/xfrin.spec                           |   20 ++++++++++----------
 .../xfrin/retransfer_slave_notify.conf.orig        |    2 +-
 .../xfrin/retransfer_slave_notify_v4.conf          |    2 +-
 4 files changed, 14 insertions(+), 16 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/xfrin.py.in b/src/bin/xfrin/xfrin.py.in
index 0d7e8a7..712c733 100755
--- a/src/bin/xfrin/xfrin.py.in
+++ b/src/bin/xfrin/xfrin.py.in
@@ -576,7 +576,7 @@ class XfrinConnection(asyncore.dispatcher):
           rrclass (dns.RRClass): Zone RR class.
           datasrc_client (DataSourceClient): the data source client object
             used for the XFR session.
-          shutdown_event (threaving.Event): used for synchronization with
+          shutdown_event (threading.Event): used for synchronization with
             parent thread.
           master_addrinfo (tuple: (sock family, sock type, sockaddr)):
             address and port of the master server.
@@ -1097,9 +1097,7 @@ def _get_zone_soa(datasrc_client, zone_name, zone_class):
     responsible for creating zone in the corresponding DB table.
     For a longer term we should deprecate this behavior by introducing
     more generic zone management framework, but at the moment we try
-    to not surprise existing users.  (Note also that the part of
-    providing the compatible behavior uses the old data source API.
-    We'll deprecate this API in a near future, too).
+    to not surprise existing users.
 
     """
     # datasrc_client should never be None in production case (only tests could
diff --git a/src/bin/xfrin/xfrin.spec b/src/bin/xfrin/xfrin.spec
index bafeb35..6d1e3a0 100644
--- a/src/bin/xfrin/xfrin.spec
+++ b/src/bin/xfrin/xfrin.spec
@@ -136,16 +136,16 @@
         "item_optional": false,
         "item_default": {
           "_SERVER_" : {
-	    "soaoutv4": 0,
-	    "soaoutv6": 0,
-	    "axfrreqv4": 0,
-	    "axfrreqv6": 0,
-	    "ixfrreqv4": 0,
-	    "ixfrreqv6": 0,
-	    "xfrsuccess": 0,
-	    "xfrfail": 0,
-	    "last_ixfr_duration": 0.0,
-	    "last_axfr_duration": 0.0
+            "soaoutv4": 0,
+            "soaoutv6": 0,
+            "axfrreqv4": 0,
+            "axfrreqv6": 0,
+            "ixfrreqv4": 0,
+            "ixfrreqv6": 0,
+            "xfrsuccess": 0,
+            "xfrfail": 0,
+            "last_ixfr_duration": 0.0,
+            "last_axfr_duration": 0.0
           }
         },
         "item_title": "Zone names",
diff --git a/tests/lettuce/configurations/xfrin/retransfer_slave_notify.conf.orig b/tests/lettuce/configurations/xfrin/retransfer_slave_notify.conf.orig
index 78fcec1..0d048c1 100644
--- a/tests/lettuce/configurations/xfrin/retransfer_slave_notify.conf.orig
+++ b/tests/lettuce/configurations/xfrin/retransfer_slave_notify.conf.orig
@@ -29,7 +29,7 @@
             "name": "example.org",
             "master_addr": "::1",
             "master_port": 47807,
-	    "request_ixfr": "no"
+            "request_ixfr": "no"
         } ]
     },
     "Zonemgr": {
diff --git a/tests/lettuce/configurations/xfrin/retransfer_slave_notify_v4.conf b/tests/lettuce/configurations/xfrin/retransfer_slave_notify_v4.conf
index ee593e2..8e55878 100644
--- a/tests/lettuce/configurations/xfrin/retransfer_slave_notify_v4.conf
+++ b/tests/lettuce/configurations/xfrin/retransfer_slave_notify_v4.conf
@@ -29,7 +29,7 @@
             "name": "example.org",
             "master_addr": "127.0.0.1",
             "master_port": 47809,
-	    "request_ixfr": "no"
+            "request_ixfr": "no"
         } ]
     },
     "Zonemgr": {



More information about the bind10-changes mailing list