mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-30 05:57:52 +00:00
Include viewtable in generated config files.
This commit is contained in:
parent
f9b4801c8f
commit
792d41ce3f
@ -233,9 +233,12 @@ dns_c_ctx_print(isc_log_t *lctx,
|
||||
|
||||
dns_c_ctx_optionsprint(lctx, fp, indent, cfg->options);
|
||||
fprintf(fp,"\n");
|
||||
|
||||
|
||||
dns_c_zonelist_printpostopts(lctx, fp, indent, cfg->zlist);
|
||||
fprintf(fp, "\n");
|
||||
|
||||
dns_c_viewtable_print(lctx, fp, indent, cfg->views);
|
||||
fprintf(fp, "\n");
|
||||
|
||||
dns_c_ctrllist_print(lctx, fp, indent, cfg->controls);
|
||||
fprintf(fp, "\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user