[svn] commit: r2275 - /branches/trac249/src/lib/datasrc/tests/test_datasrc.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Fri Jun 25 01:22:51 UTC 2010
Author: jinmei
Date: Fri Jun 25 01:22:51 2010
New Revision: 2275
Log:
a minor fix/update to a comment line
Modified:
branches/trac249/src/lib/datasrc/tests/test_datasrc.cc
Modified: branches/trac249/src/lib/datasrc/tests/test_datasrc.cc
==============================================================================
--- branches/trac249/src/lib/datasrc/tests/test_datasrc.cc (original)
+++ branches/trac249/src/lib/datasrc/tests/test_datasrc.cc Fri Jun 25 01:22:51 2010
@@ -398,7 +398,7 @@
};
// XXX: the main data source module can override the returned RRset.
-// That's bad and fixed, but for now we work around it.
+// That's bad and should be fixed (Trac #254), but for now we work around it.
RRsetPtr
copyRRset(RRsetPtr const source) {
RRsetPtr rrset = RRsetPtr(new RRset(source->getName(), source->getClass(),
More information about the bind10-changes
mailing list