mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-09-01 06:55:30 +00:00
update copyright notice
This commit is contained in:
@@ -5718,13 +5718,13 @@ noanswer_response(fetchctx_t *fctx, dns_name_t *oqname,
|
|||||||
char nbuf[DNS_NAME_FORMATSIZE];
|
char nbuf[DNS_NAME_FORMATSIZE];
|
||||||
char dbuf[DNS_NAME_FORMATSIZE];
|
char dbuf[DNS_NAME_FORMATSIZE];
|
||||||
char tbuf[DNS_RDATATYPE_FORMATSIZE];
|
char tbuf[DNS_RDATATYPE_FORMATSIZE];
|
||||||
|
|
||||||
dns_rdatatype_format(save_type, tbuf,
|
dns_rdatatype_format(save_type, tbuf,
|
||||||
sizeof(tbuf));
|
sizeof(tbuf));
|
||||||
dns_name_format(save_name, nbuf, sizeof(nbuf));
|
dns_name_format(save_name, nbuf, sizeof(nbuf));
|
||||||
dns_name_format(&fctx->domain, dbuf,
|
dns_name_format(&fctx->domain, dbuf,
|
||||||
sizeof(dbuf));
|
sizeof(dbuf));
|
||||||
|
|
||||||
log_formerr(fctx, "Name %s (%s) not subdomain"
|
log_formerr(fctx, "Name %s (%s) not subdomain"
|
||||||
" of zone %s -- invalid response",
|
" of zone %s -- invalid response",
|
||||||
nbuf, tbuf, dbuf);
|
nbuf, tbuf, dbuf);
|
||||||
|
Reference in New Issue
Block a user