[svn] commit: r2184 - /branches/trac221/src/bin/xfrin/xfrin.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Sun Jun 20 18:59:24 UTC 2010
Author: jinmei
Date: Sun Jun 20 18:59:23 2010
New Revision: 2184
Log:
fixed style
Modified:
branches/trac221/src/bin/xfrin/xfrin.py.in
Modified: branches/trac221/src/bin/xfrin/xfrin.py.in
==============================================================================
--- branches/trac221/src/bin/xfrin/xfrin.py.in (original)
+++ branches/trac221/src/bin/xfrin/xfrin.py.in Sun Jun 20 18:59:23 2010
@@ -421,7 +421,8 @@
# actually the notfiy command should be sent to
# Zone Manager module.
db_file = '@@LOCALSTATEDIR@@/@PACKAGE@/zone.sqlite3'
- ret = self.xfrin_start(args['zone_name'], db_file, args['master_ip'], port = 53)
+ ret = self.xfrin_start(args['zone_name'], db_file,
+ args['master_ip'], port=53)
answer = create_answer(ret[0], ret[1])
else:
answer = create_answer(1, 'unknown command: ' + command)
More information about the bind10-changes
mailing list