commit | 32f90c0fade0c3aaa8673bc2293ed47af579a80f | [log] [tgz] |
---|---|---|
author | Simon Kelley <simon@thekelleys.org.uk> | Fri Jan 24 10:37:36 2014 +0000 |
committer | Simon Kelley <simon@thekelleys.org.uk> | Fri Jan 24 10:37:36 2014 +0000 |
tree | f05409b59c0d9187167de037996a4195d0ba1a07 | |
parent | bce6e1bc6db7476242558956834d608c9220a9a5 [diff] |
Tweak.
diff --git a/src/rfc1035.c b/src/rfc1035.c index db98c62..2e7b46c 100644 --- a/src/rfc1035.c +++ b/src/rfc1035.c
@@ -1544,7 +1544,7 @@ } #ifdef HAVE_DNSSEC - if (qtype == T_DNSKEY || qtype == T_DS || qtype == T_RRSIG) + if (option_bool(OPT_DNSSEC_VALID) && (qtype == T_DNSKEY || qtype == T_DS || qtype == T_RRSIG)) { int gotone = 0; struct blockdata *keydata;