update copyright notice / whitespace

This commit is contained in:
Tinderbox User
2015-12-31 11:45:18 +00:00
parent a9eeaea7d6
commit 66035c86ad

View File

@@ -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)