[svn] commit: r683 - /experiments/each-query/src/lib/auth/cpp/data_source.cc
BIND 10 source code commits
bind10-changes at lists.isc.org
Sat Jan 30 01:45:04 UTC 2010
Author: each
Date: Sat Jan 30 01:45:04 2010
New Revision: 683
Log:
commented out the bit that wouldn't compile
Modified:
experiments/each-query/src/lib/auth/cpp/data_source.cc
Modified: experiments/each-query/src/lib/auth/cpp/data_source.cc
==============================================================================
--- experiments/each-query/src/lib/auth/cpp/data_source.cc (original)
+++ experiments/each-query/src/lib/auth/cpp/data_source.cc Sat Jan 30 01:45:04 2010
@@ -66,9 +66,9 @@
m.addRRset(Section(task->section), sigs[0]);
}
- if (data[0].getType() == RRType::CNAME()) {
- // take apart the CNAME rdata and re-query HERE
- }
+ // if (data[0].getType() == RRType::CNAME()) {
+ // // take apart the CNAME rdata and re-query HERE
+ // }
continue;
case NAME_NOT_FOUND:
More information about the bind10-changes
mailing list