From: Wouter Wijngaards Date: Mon, 22 Mar 2010 14:40:45 +0000 (+0000) Subject: review of NSEC and NSEC3 zones results X-Git-Tag: release-1.4.4rc1~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=11ecb5183bf883a99b56d46947e8ce4732b747aa;p=thirdparty%2Funbound.git review of NSEC and NSEC3 zones results git-svn-id: file:///svn/unbound/trunk@2058 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/validator/val_nsec3.c b/validator/val_nsec3.c index 79a788932..af01b2438 100644 --- a/validator/val_nsec3.c +++ b/validator/val_nsec3.c @@ -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;