BIND 10 trac1807, updated. d12c2c41040c41d2070aa18884177c9090501b7b [1807] removed unnecessary comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Thu May 10 13:33:58 UTC 2012
The branch, trac1807 has been updated
via d12c2c41040c41d2070aa18884177c9090501b7b (commit)
from 8b64be78db91e57c4b9b380150d110ef1c566bcf (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit d12c2c41040c41d2070aa18884177c9090501b7b
Author: Jelte Jansen <jelte at isc.org>
Date: Thu May 10 15:33:45 2012 +0200
[1807] removed unnecessary comment
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/memory_datasrc.cc | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory_datasrc.cc b/src/lib/datasrc/memory_datasrc.cc
index 2b981ab..5766c99 100644
--- a/src/lib/datasrc/memory_datasrc.cc
+++ b/src/lib/datasrc/memory_datasrc.cc
@@ -436,8 +436,6 @@ ZoneData::findNode(const Name& name, RBTreeNodeChain<Domain>& node_path,
if (node_path.getLastComparisonResult().getRelation() ==
NameComparisonResult::SUPERDOMAIN) { // empty node, so NXRRSET
LOG_DEBUG(logger, DBG_TRACE_DATA, DATASRC_MEM_SUPER_STOP).arg(name);
- // getClosestNSEC returns empty node for non-NSEC zones or if
- // option FIND_DNSSEC is not set, so no need to check here
return (ResultType(ZoneFinder::NXRRSET, node,
getClosestNSEC(node_path, options)));
}
More information about the bind10-changes
mailing list