BIND 10 trac2911, updated. ec99eda3e051a84756e35e47ef2ad480a5ba410e [2911] indentation fix
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed May 29 18:31:45 UTC 2013
The branch, trac2911 has been updated
via ec99eda3e051a84756e35e47ef2ad480a5ba410e (commit)
from 0a54c41052a3a8ccc84b758a7ea9a683aa9c8ca2 (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 ec99eda3e051a84756e35e47ef2ad480a5ba410e
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Wed May 29 11:31:38 2013 -0700
[2911] indentation fix
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrin/xfrin.py.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/xfrin.py.in b/src/bin/xfrin/xfrin.py.in
index 712c733..f127a93 100755
--- a/src/bin/xfrin/xfrin.py.in
+++ b/src/bin/xfrin/xfrin.py.in
@@ -1138,7 +1138,7 @@ def __get_initial_xfr_type(zone_soa, request_ixfr, zname, zclass, master_addr):
if zone_soa is None:
# This is a kind of special case, so we log it at info level.
logger.info(XFRIN_INITIAL_AXFR, format_zone_str(zname, zclass),
- AddressFormatter(master_addr))
+ AddressFormatter(master_addr))
return RRType.AXFR
if request_ixfr == ZoneInfo.REQUEST_IXFR_DISABLED:
logger.debug(DBG_XFRIN_TRACE, XFRIN_INITIAL_IXFR_DISABLED,
More information about the bind10-changes
mailing list