3631. [bug] Remove spurious warning about missing signatures when

qtype is SIG. [RT #34600]

(cherry picked from commit 06ace051e7)
This commit is contained in:
Mark Andrews 2013-08-15 08:04:58 +10:00
parent 0920c92d0d
commit 310bcbf417
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,6 @@
3631. [bug] Remove spurious warning about missing signatures when
qtype is SIG. [RT #34600]
3630. [bug] Ensure correct ID computation for MD5 keys. [RT #33033]
3627. [bug] RPZ changes were not effective on slaves. [RT #34450]

View file

@ -7155,7 +7155,8 @@ query_find(ns_client_t *client, dns_fetchevent_t *event, dns_rdatatype_t qtype)
goto addauth;
}
if (dns_db_issecure(db)) {
if (qtype == dns_rdatatype_rrsig &&
dns_db_issecure(db)) {
char namebuf[DNS_NAME_FORMATSIZE];
dns_name_format(client->query.qname,
namebuf,