From: JINMEI Tatuya Date: Tue, 18 Oct 2011 16:25:33 +0000 (-0700) Subject: [1305] improved comment wording X-Git-Tag: perftcpdns_before_epoll~79^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b88c94b7119650217408d800847dfbbbcea7306c;p=thirdparty%2Fkea.git [1305] improved comment wording --- diff --git a/src/lib/datasrc/database.cc b/src/lib/datasrc/database.cc index b4c5a9b533..d35f6e80cb 100644 --- a/src/lib/datasrc/database.cc +++ b/src/lib/datasrc/database.cc @@ -509,9 +509,9 @@ DatabaseClient::Finder::find(const isc::dns::Name& name, records_found = true; get_cover = dnssec_data; } else if ((options & NO_WILDCARD) != 0) { - // If wildcard check is disabled, terminate the search with - // NXDOMAIN (set later in this method). If DNSSEC proof was - // requested we'll add the NSEC RR for the proof. + // If wildcard check is disabled, the search will ultimately + // terminate with NXDOMAIN. If DNSSEC is enabled, flag that + // we need to get the NSEC records to prove this. if (dnssec_data) { get_cover = true; }