[svn] commit: r2560 - /branches/trac221b/src/bin/xfrin/xfrin.py.in
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Jul 21 01:26:14 UTC 2010
Author: jinmei
Date: Wed Jul 21 01:26:14 2010
New Revision: 2560
Log:
minor update on a comment (about how rrclass is passed)
Modified:
branches/trac221b/src/bin/xfrin/xfrin.py.in
Modified: branches/trac221b/src/bin/xfrin/xfrin.py.in
==============================================================================
--- branches/trac221b/src/bin/xfrin/xfrin.py.in (original)
+++ branches/trac221b/src/bin/xfrin/xfrin.py.in Wed Jul 21 01:26:14 2010
@@ -451,7 +451,7 @@
rrclass = args.get('rrclass')
if not rrclass:
# The default RR class is IN. We should fix this so that
- # the class is passed in the command arg (where we specify
+ # the class is always passed in the command arg (where we specify
# the default)
rrclass = RRClass.IN()
else:
More information about the bind10-changes
mailing list