BIND 10 trac2252, updated. 91a4343fe608ab91dda3f8caf05fef277a2eb215 [2252] style nit: unify short lines

BIND 10 source code commits bind10-changes at lists.isc.org
Thu Apr 25 19:29:13 UTC 2013


The branch, trac2252 has been updated
       via  91a4343fe608ab91dda3f8caf05fef277a2eb215 (commit)
      from  31f138b96f8713469feb16ff361e40334ec8b83d (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 91a4343fe608ab91dda3f8caf05fef277a2eb215
Author: JINMEI Tatuya <jinmei at isc.org>
Date:   Thu Apr 25 12:28:57 2013 -0700

    [2252] style nit: unify short lines

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

Summary of changes:
 src/bin/xfrin/xfrin.py.in |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/xfrin.py.in b/src/bin/xfrin/xfrin.py.in
index 8610821..8fa122f 100755
--- a/src/bin/xfrin/xfrin.py.in
+++ b/src/bin/xfrin/xfrin.py.in
@@ -966,8 +966,7 @@ class XfrinConnection(asyncore.dispatcher):
             logger.info(XFRIN_XFR_TRANSFER_STARTED, req_str, self.zone_str())
             # An AXFR or IXFR is being requested.
             self._counters.inc('zones', self._zone_name.to_text(),
-                               req_str.lower() + 'req' +
-                               self._get_ipver_str())
+                               req_str.lower() + 'req' + self._get_ipver_str())
             self._send_query(self._request_type)
             self.__state = XfrinInitialSOA()
             self._handle_xfrin_responses()



More information about the bind10-changes mailing list