From: Tinderbox User Date: Thu, 31 Dec 2015 11:45:08 +0000 (+0000) Subject: update copyright notice / whitespace X-Git-Tag: v9.11.0a1~225 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0796eca5f7159622c0aa04ab41ca943a3493dc56;p=thirdparty%2Fbind9.git update copyright notice / whitespace --- diff --git a/lib/dns/message.c b/lib/dns/message.c index 0fa0a0a4d8d..2b38ff03934 100644 --- a/lib/dns/message.c +++ b/lib/dns/message.c @@ -3363,7 +3363,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)