mirror of
https://github.com/isc-projects/bind9.git
synced 2026-03-17 16:18:06 -04:00
Include viewtable in generated config files.
This commit is contained in:
parent
f9b4801c8f
commit
792d41ce3f
1 changed files with 4 additions and 1 deletions
|
|
@ -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…
Reference in a new issue