From f45818b82ab3f9ba4e946373c397bf4b2ee306cd Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 26 Jul 2013 10:25:45 +1000 Subject: [PATCH] add comment --- lib/dns/resolver.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/dns/resolver.c b/lib/dns/resolver.c index b52c084714..74cf849cf3 100644 --- a/lib/dns/resolver.c +++ b/lib/dns/resolver.c @@ -1186,6 +1186,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,