This bug is fixed

This commit is contained in:
Miek Gieben 2012-01-23 21:01:50 +01:00
parent f5c497384d
commit a3322c18ff
2 changed files with 0 additions and 5 deletions

View File

@ -17,10 +17,6 @@ things that need to be fixed.
## BUGS
* Not completely sure wildcard handling when verifying is correct;
% ./q -short -check -dnssec goed.nl @ns1.nic.nl
no wildcard, but is ok
## Examples to add
* Nameserver, with a small zone, 1 KSK and online signing;

View File

@ -147,7 +147,6 @@ func (m *Msg) Nsec3Verify(q Question) (int, error) {
}
nc = lastchopped + "." + ce
so = "*." + ce
// Check if the next closer is covered and thus denied
for _, nsec := range nsec3 {
if nsec.Cover(nc) {