Skip to content

Commit

Permalink
allow covering NSEC3 record in NODATA response
Browse files Browse the repository at this point in the history
  • Loading branch information
mind04 committed Apr 30, 2015
1 parent 194f4d2 commit e8bfa7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdns/packethandler.cc
Expand Up @@ -564,7 +564,7 @@ bool getNSEC3Hashes(bool narrow, DNSBackend* db, int id, const std::string& hash
incrementHash(after);
}
else {
if (decrement || mode ==1)
if (decrement || mode <= 1)
before.clear();
else
before=' ';
Expand Down

0 comments on commit e8bfa7b

Please sign in to comment.