Rename existing DNSSEC macros into DNSSEC_PROXY.

This commit is contained in:
Giovanni Bajo
2012-04-05 02:46:52 +02:00
committed by Simon Kelley
parent 53f84c7f62
commit 237724c0c7
3 changed files with 5 additions and 5 deletions

View File

@@ -476,7 +476,7 @@ static size_t process_reply(struct dns_header *header, time_t now,
}
/* RFC 4035 sect 4.6 para 3 */
if (!is_sign && !option_bool(OPT_DNSSEC))
if (!is_sign && !option_bool(OPT_DNSSEC_PROXY))
header->hb4 &= ~HB4_AD;
if (OPCODE(header) != QUERY || (RCODE(header) != NOERROR && RCODE(header) != NXDOMAIN))