mirror of https://github.com/getdnsapi/getdns.git
Correct some comment text
This commit is contained in:
parent
145e6928bd
commit
5db5a8b5e6
|
@ -2142,9 +2142,8 @@ static int key_proves_nonexistance(
|
||||||
* NSEC->name:
|
* NSEC->name:
|
||||||
*
|
*
|
||||||
* - An empty non terminal (ENT) will result in a NSEC covering the
|
* - An empty non terminal (ENT) will result in a NSEC covering the
|
||||||
* qname, where qname > NSEC->name and ce(qname) is a subdomain
|
* qname, where qname > NSEC->name and ce(qname) is parent of NXT.
|
||||||
* of NXT. This case is handled below after the covering NSEC is
|
* This case is handled below after the covering NSEC is found.
|
||||||
* found.
|
|
||||||
*
|
*
|
||||||
* - Or a wildcard match without the type. The wildcard owner name
|
* - Or a wildcard match without the type. The wildcard owner name
|
||||||
* match has special handing in the find_nsec_covering_name function.
|
* match has special handing in the find_nsec_covering_name function.
|
||||||
|
|
Loading…
Reference in New Issue