diff options
Diffstat (limited to 'lib/dns/resolver.c')
-rw-r--r-- | lib/dns/resolver.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index 13ed6ef2..e55ccce1 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -1134,6 +1134,10 @@ log_edns(fetchctx_t *fctx) { if (fctx->reason == NULL) return; + /* + * We do not know if fctx->domain is the actual domain the record + * lives in or a parent domain so we have a '?' after it. + */ dns_name_format(&fctx->domain, domainbuf, sizeof(domainbuf)); isc_log_write(dns_lctx, DNS_LOGCATEGORY_EDNS_DISABLED, DNS_LOGMODULE_RESOLVER, ISC_LOG_INFO, |