]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
review of NSEC and NSEC3 zones results
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 22 Mar 2010 14:40:45 +0000 (14:40 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 22 Mar 2010 14:40:45 +0000 (14:40 +0000)
git-svn-id: file:///svn/unbound/trunk@2058 be551aaa-1e26-0410-a405-d3ace91eadb9

validator/val_nsec3.c

index 79a78893210c9ffc62dc29aee9f558a694d901de..af01b2438e9851713cda52b78f4f778dcdfc78b8 100644 (file)
@@ -424,7 +424,7 @@ filter_init(struct nsec3_filter* filter, struct ub_packed_rrset_key** list,
                if(!nsec3_rrset_has_known(list[i]))
                        continue;
 
-               /* since NSECs are base32.zonename, we can find the zone
+               /* since NSEC3s are base32.zonename, we can find the zone
                 * name by stripping off the first label of the record */
                nm = list[i]->rk.dname;
                nmlen = list[i]->rk.dname_len;