2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

[master] expand the flags field in dns_master_style

4550.	[cleanup]	Increased the number of available master file
			output style flags from 32 to 64. [RT #44043]
This commit is contained in:
Evan Hunt
2017-01-10 10:40:47 -08:00
parent 86b7ae6b77
commit 2e703d7b61
6 changed files with 34 additions and 25 deletions

View File

@@ -3299,7 +3299,8 @@ dns_message_sectiontotext(dns_message_t *msg, dns_section_t section,
dns_rdataset_t *rdataset;
isc_result_t result = ISC_R_SUCCESS;
isc_boolean_t seensoa = ISC_FALSE;
unsigned int sflags, saveindent;
unsigned int saveindent;
dns_masterstyle_flags_t sflags;
REQUIRE(DNS_MESSAGE_VALID(msg));
REQUIRE(target != NULL);