mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 17:42:04 -04:00
add comment
This commit is contained in:
parent
3cea62e3df
commit
f45818b82a
1 changed files with 4 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue