BIND 10 trac1831, updated. 47b58321cd15762b9cdd0f09e66e9f5b29e67eec [1831] Fix a deprecation warning in xfrin.py

BIND 10 source code commits bind10-changes at lists.isc.org
Tue Mar 19 23:19:35 UTC 2013


The branch, trac1831 has been updated
       via  47b58321cd15762b9cdd0f09e66e9f5b29e67eec (commit)
      from  9bd788945d172e66939dc6d8fdb3016803696cee (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 47b58321cd15762b9cdd0f09e66e9f5b29e67eec
Author: Paul Selkirk <pselkirk at isc.org>
Date:   Tue Mar 19 19:16:56 2013 -0400

    [1831] Fix a deprecation warning in xfrin.py
    
    Also add my name to AUTHORS.

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

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

-----------------------------------------------------------------------
diff --git a/AUTHORS b/AUTHORS
index 67cb090..b915e25 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -14,6 +14,7 @@ Michael Graff
 Michal Vaner
 Mukund Sivaraman
 Naoki Kambe
+Paul Selkirk
 Shane Kerr
 Shen Tingting
 Stephen Morris
diff --git a/src/bin/xfrin/xfrin.py.in b/src/bin/xfrin/xfrin.py.in
index 6a718ba..0a67718 100755
--- a/src/bin/xfrin/xfrin.py.in
+++ b/src/bin/xfrin/xfrin.py.in
@@ -622,7 +622,7 @@ class XfrinConnection(asyncore.dispatcher):
         it if the constructor raises an exception after opening the socket.
         '''
         self.create_socket(self._master_addrinfo[0], self._master_addrinfo[1])
-        self.setblocking(1)
+        self.socket.setblocking(1)
 
     def _get_zone_soa(self):
         '''Retrieve the current SOA RR of the zone to be transferred.



More information about the bind10-changes mailing list