[svn] commit: r2183 - /branches/trac221/src/bin/xfrin/xfrin.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Sun Jun 20 18:58:36 UTC 2010
Author: jinmei
Date: Sun Jun 20 18:58:36 2010
New Revision: 2183
Log:
typo in a variable name
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:58:36 2010
@@ -416,7 +416,7 @@
ret = self.xfrin_start(zone_name, rrclass, db_file, master_addr,
False if command == 'retransfer' else True)
answer = create_answer(ret[0], ret[1])
- elif cmd == 'notify':
+ elif command == 'notify':
# This is the temp implementation for notify
# actually the notfiy command should be sent to
# Zone Manager module.
More information about the bind10-changes
mailing list