Tweak to DNSSEC logging.

This commit is contained in:
Simon Kelley
2020-04-04 18:50:56 +01:00
parent 8caf3d7c6c
commit 532246fc9e

View File

@@ -1003,7 +1003,7 @@ int dnssec_validate_ds(time_t now, struct dns_header *header, size_t plen, char
cache_end_insert(); cache_end_insert();
log_query(F_NOEXTRA | F_UPSTREAM, name, NULL, "no DS"); log_query(F_NOEXTRA | F_UPSTREAM, name, NULL, nons ? "no DS/cut" : "no DS");
} }
return STAT_OK; return STAT_OK;