2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-01 06:55:30 +00:00

dns_masterfile_style_debug -> dns_master_style_debug

This commit is contained in:
Andreas Gustafsson
2001-03-28 00:54:40 +00:00
parent 531eafa302
commit bfe313722d

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: masterdump.c,v 1.47 2001/03/28 00:50:04 gson Exp $ */ /* $Id: masterdump.c,v 1.48 2001/03/28 00:54:40 gson Exp $ */
#include <config.h> #include <config.h>
@@ -166,7 +166,7 @@ dns_master_style_simple = {
* A style suitable for dns_rdataset_totext(). * A style suitable for dns_rdataset_totext().
*/ */
const dns_master_style_t const dns_master_style_t
dns_masterfile_style_debug = { dns_master_style_debug = {
DNS_STYLEFLAG_REL_OWNER, DNS_STYLEFLAG_REL_OWNER,
24, 32, 40, 48, 80, 8 24, 32, 40, 48, 80, 8
}; };
@@ -535,7 +535,7 @@ dns_rdataset_totext(dns_rdataset_t *rdataset,
{ {
dns_totext_ctx_t ctx; dns_totext_ctx_t ctx;
isc_result_t result; isc_result_t result;
result = totext_ctx_init(&dns_masterfile_style_debug, &ctx); result = totext_ctx_init(&dns_master_style_debug, &ctx);
if (result != ISC_R_SUCCESS) { if (result != ISC_R_SUCCESS) {
UNEXPECTED_ERROR(__FILE__, __LINE__, UNEXPECTED_ERROR(__FILE__, __LINE__,
"could not set master file style"); "could not set master file style");