]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
update copyright notice / whitespace
authorTinderbox User <tbox@isc.org>
Thu, 31 Dec 2015 11:45:08 +0000 (11:45 +0000)
committerTinderbox User <tbox@isc.org>
Thu, 31 Dec 2015 11:45:08 +0000 (11:45 +0000)
lib/dns/message.c

index 0fa0a0a4d8d9e99445ec7bdfbee97022f3419fcd..2b38ff03934cc75c056475c701f45a0f1e419fb4 100644 (file)
@@ -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)