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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user