mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-08 22:32:07 -04:00
update copyright notice
This commit is contained in:
parent
e0bf4fc289
commit
7e75b6266d
1 changed files with 4 additions and 4 deletions
|
|
@ -5718,13 +5718,13 @@ noanswer_response(fetchctx_t *fctx, dns_name_t *oqname,
|
|||
char nbuf[DNS_NAME_FORMATSIZE];
|
||||
char dbuf[DNS_NAME_FORMATSIZE];
|
||||
char tbuf[DNS_RDATATYPE_FORMATSIZE];
|
||||
|
||||
dns_rdatatype_format(save_type, tbuf,
|
||||
|
||||
dns_rdatatype_format(save_type, tbuf,
|
||||
sizeof(tbuf));
|
||||
dns_name_format(save_name, nbuf, sizeof(nbuf));
|
||||
dns_name_format(&fctx->domain, dbuf,
|
||||
dns_name_format(&fctx->domain, dbuf,
|
||||
sizeof(dbuf));
|
||||
|
||||
|
||||
log_formerr(fctx, "Name %s (%s) not subdomain"
|
||||
" of zone %s -- invalid response",
|
||||
nbuf, tbuf, dbuf);
|
||||
|
|
|
|||
Loading…
Reference in a new issue