BIND 10 trac1578, updated. 4684af80eb76977c7bc0a62057fc324b8951381e [1578] a bit more comment
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Feb 1 04:43:21 UTC 2012
The branch, trac1578 has been updated
via 4684af80eb76977c7bc0a62057fc324b8951381e (commit)
from 721278917f81b75862a813a9acd7b45edc636737 (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 4684af80eb76977c7bc0a62057fc324b8951381e
Author: JINMEI Tatuya <jinmei at isc.org>
Date: Tue Jan 31 20:43:14 2012 -0800
[1578] a bit more comment
-----------------------------------------------------------------------
Summary of changes:
src/lib/datasrc/memory_datasrc.cc | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/lib/datasrc/memory_datasrc.cc b/src/lib/datasrc/memory_datasrc.cc
index 92e005e..14b5951 100644
--- a/src/lib/datasrc/memory_datasrc.cc
+++ b/src/lib/datasrc/memory_datasrc.cc
@@ -627,7 +627,9 @@ struct InMemoryZoneFinder::InMemoryZoneFinderImpl {
}
// Set up FindResult object as a return value of find(), taking into
- // account wildcard matches and DNSSEC information.
+ // account wildcard matches and DNSSEC information. We set the NSEC/NSEC3
+ // flag when applicable regardless of the find option; the caller would
+ // simply ignore these when then didn't request DNSSEC related results.
FindResult createFindResult(Result code, ConstRRsetPtr rrset,
bool wild) const
{
More information about the bind10-changes
mailing list