Browse Source

[1305] improved comment wording

JINMEI Tatuya 13 years ago
parent
commit
b88c94b711
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/lib/datasrc/database.cc

+ 3 - 3
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;
                 }