3684. [bug] The list of included files would grow on reload.

[RT 35090]
This commit is contained in:
Mark Andrews
2013-12-07 09:44:45 +11:00
parent 53f70575bd
commit 7d65cbaca0
5 changed files with 89 additions and 3 deletions

View File

@@ -51,3 +51,7 @@ zone "master.example" {
auto-dnssec maintain;
};
zone "reload.example" {
type master;
file "reload.db";
};