From: Tinderbox User Date: Fri, 2 Oct 2015 23:45:32 +0000 (+0000) Subject: update copyright notice / whitespace X-Git-Tag: v9.11.0a1~382 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=a625502bdd149be06bd0cc06000c3dc9e4a813b9;p=thirdparty%2Fbind9.git update copyright notice / whitespace --- diff --git a/CHANGES b/CHANGES index f050fc8fb38..1b67eb5abcd 100644 --- a/CHANGES +++ b/CHANGES @@ -8,7 +8,7 @@ Thanks to Robert Edmonds of Farsight Security. [RT #40211] -4234. [func] Add deflate compression in statistics channel HTTP +4234. [func] Add deflate compression in statistics channel HTTP server. [RT #40861] 4233. [test] Add tests for CDS and CDNSKEY with delegation-only. diff --git a/lib/dns/masterdump.c b/lib/dns/masterdump.c index c0e2de96111..7b8019793aa 100644 --- a/lib/dns/masterdump.c +++ b/lib/dns/masterdump.c @@ -332,9 +332,9 @@ totext_ctx_init(const dns_master_style_t *style, dns_totext_ctx_t *ctx) { if ((ctx->style.flags & DNS_STYLEFLAG_INDENT) != 0) { size_t ilen = strlen(dns_master_indentstr); - isc_buffer_availableregion(&buf, &r); + isc_buffer_availableregion(&buf, &r); if (r.length < ilen) - return (DNS_R_TEXTTOOLONG); + return (DNS_R_TEXTTOOLONG); isc_buffer_putmem(&buf, (const isc_uint8_t *) dns_master_indentstr, ilen); diff --git a/lib/isccfg/namedconf.c b/lib/isccfg/namedconf.c index f335ab7a0b7..86c47f5ab5d 100644 --- a/lib/isccfg/namedconf.c +++ b/lib/isccfg/namedconf.c @@ -1193,7 +1193,7 @@ static cfg_type_t cfg_type_masterstyle = { * [query | response] ; * ... * } - * + * * ... where message type is one of: client, resolver, auth, forwarder, all */ static const char *dnstap_types[] = { "client", "resolver",