mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-12 01:30:04 -04:00
update copyright notice / whitespace
This commit is contained in:
parent
a9eeaea7d6
commit
66035c86ad
1 changed files with 1 additions and 1 deletions
|
|
@ -3343,7 +3343,7 @@ dns_message_pseudosectiontotext(dns_message_t *msg,
|
|||
ADD_STRING(target, "; CLIENT-SUBNET");
|
||||
isc_buffer_init(&ecsbuf,
|
||||
isc_buffer_current(&optbuf),
|
||||
optlen);
|
||||
optlen);
|
||||
isc_buffer_add(&ecsbuf, optlen);
|
||||
result = render_ecs(&ecsbuf, target);
|
||||
if (result == ISC_R_NOSPACE)
|
||||
|
|
|
|||
Loading…
Reference in a new issue