Reverse suppression of ANY query answer logging.

This commit is contained in:
Simon Kelley
2024-02-13 13:26:24 +00:00
parent 8c8e5385fd
commit b38da6b191

View File

@@ -875,7 +875,6 @@ int extract_addresses(struct dns_header *header, size_t qlen, char *name, time_t
#ifdef HAVE_DNSSEC
if (!option_bool(OPT_DNSSEC_VALID) || aqtype != T_RRSIG)
#endif
if (qtype != T_ANY)
log_query(secflag | F_FORWARD | F_UPSTREAM | F_RRNAME, name, NULL, NULL, aqtype);
}
else if (!(flags & F_NXDOMAIN))