BIND 10 trac815, updated. e595402348d7766d7e3f7fd8d9f32bd8b144f747 [trac815] add TODO item

BIND 10 source code commits bind10-changes at lists.isc.org
Tue May 10 11:42:19 UTC 2011


The branch, trac815 has been updated
       via  e595402348d7766d7e3f7fd8d9f32bd8b144f747 (commit)
      from  afd75a89d7aeba622b53c5b37e3f76572ef68c3a (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 e595402348d7766d7e3f7fd8d9f32bd8b144f747
Author: chenzhengzhang <jerry.zzpku at gmail.com>
Date:   Tue May 10 19:41:39 2011 +0800

    [trac815] add TODO item

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

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

-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/xfrin.py.in b/src/bin/xfrin/xfrin.py.in
index 615361b..1bf46c1 100755
--- a/src/bin/xfrin/xfrin.py.in
+++ b/src/bin/xfrin/xfrin.py.in
@@ -134,6 +134,8 @@ class XfrinConnection(asyncore.dispatcher):
 
         msg = self._create_query(query_type)
         render = MessageRenderer()
+        # XXX Currently, python wrapper doesn't accept 'None' parameter in this case,
+        # we should remove the if statement and use a universal interface later.
         if self._tsig_ctx is not None:
             msg.to_wire(render, self._tsig_ctx)
         else:




More information about the bind10-changes mailing list