]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1305] improved comment wording
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 18 Oct 2011 16:25:33 +0000 (09:25 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 18 Oct 2011 16:25:33 +0000 (09:25 -0700)
src/lib/datasrc/database.cc

index b4c5a9b533d56f7cf623931bc7060e6553a13a15..d35f6e80cbb3846d54a6988788920b5a8c544d1c 100644 (file)
@@ -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;
                 }