BIND 10 trac811_new, updated. 9e84764e4911a4ecf9b82df3beb6cd289eb68ada [trac811_new] minor editorial fix: removed redundant white spaces
BIND 10 source code commits
bind10-changes at lists.isc.org
Tue May 17 18:03:00 UTC 2011
The branch, trac811_new has been updated
via 9e84764e4911a4ecf9b82df3beb6cd289eb68ada (commit)
from 28465ec39050a2779fe98503c690ed4df2711e98 (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 9e84764e4911a4ecf9b82df3beb6cd289eb68ada
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue May 17 11:02:44 2011 -0700
[trac811_new] minor editorial fix: removed redundant white spaces
-----------------------------------------------------------------------
Summary of changes:
src/bin/xfrin/xfrin.py.in | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/xfrin/xfrin.py.in b/src/bin/xfrin/xfrin.py.in
index 27572cf..f1c24a2 100755
--- a/src/bin/xfrin/xfrin.py.in
+++ b/src/bin/xfrin/xfrin.py.in
@@ -558,7 +558,7 @@ class Xfrin:
# data)
old_max_transfers_in = self._max_transfers_in
old_zones = self._zones
-
+
self._max_transfers_in = new_config.get("transfers_in") or self._max_transfers_in
if 'zones' in new_config:
@@ -674,7 +674,7 @@ class Xfrin:
except ValueError as err:
raise XfrinException("failed to resolve master address %s: %s" %
(addr_str, str(err)))
-
+
port_str = args.get('port')
if port_str is None:
if zone_info is not None:
More information about the bind10-changes
mailing list