mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
silence compiler warning
(cherry picked from commit fa8b66c5f4e6589c6574be0d42b94fbd3084326e)
This commit is contained in:
parent
f5e7794860
commit
0c7a7793a5
1 changed files with 1 additions and 1 deletions
|
|
@ -337,7 +337,7 @@ totext_ctx_init(const dns_master_style_t *style, dns_totext_ctx_t *ctx) {
|
|||
return (DNS_R_TEXTTOOLONG);
|
||||
isc_buffer_putmem(&buf,
|
||||
(const isc_uint8_t *) dns_master_indentstr,
|
||||
ilen);
|
||||
(unsigned int)ilen);
|
||||
}
|
||||
|
||||
if ((ctx->style.flags & DNS_STYLEFLAG_COMMENTDATA) != 0) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue