BIND 10 master, updated. 253701eb2cfbf5830f71c3b00e2254df6b4ecdef [master] cleanup: removed an obsolete comment added in development.

BIND 10 source code commits bind10-changes at lists.isc.org
Mon May 7 17:11:15 UTC 2012


The branch, master has been updated
       via  253701eb2cfbf5830f71c3b00e2254df6b4ecdef (commit)
      from  84ce6a7875bd85a0a7c96bff18ba2c07a65120d0 (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 253701eb2cfbf5830f71c3b00e2254df6b4ecdef
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Mon May 7 10:08:55 2012 -0700

    [master] cleanup: removed an obsolete comment added in development.
    
    It was temporarily introduced at 1fc79b93 for #1028, but it should have been
    cleaned up even before commiting the change.
    should be trivial and harmless, so I'm directly commiting the cleanup.

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

Summary of changes:
 src/bin/xfrin/xfrin.py.in |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/xfrin.py.in b/src/bin/xfrin/xfrin.py.in
index 58713be..27b91a9 100755
--- a/src/bin/xfrin/xfrin.py.in
+++ b/src/bin/xfrin/xfrin.py.in
@@ -367,7 +367,6 @@ class XfrinFirstData(XfrinState):
                  conn.zone_str())
             # We are now going to add RRs to the new zone.  We need create
             # a Diff object.  It will be used throughtout the XFR session.
-            # DISABLE FOR DEBUG
             conn._diff = Diff(conn._datasrc_client, conn._zone_name, True)
             self.set_xfrstate(conn, XfrinAXFR())
         return False



More information about the bind10-changes mailing list