mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-15 22:09:31 -04:00
dnssec and dlv tests included master zones whose master files were missing.
this was a bug that hadn't been noticed before, but 19447 added a test for that condition and it caused test failures.
This commit is contained in:
parent
816e5bac7d
commit
5312c2ffbe
2 changed files with 3 additions and 8 deletions
|
|
@ -14,7 +14,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.3 2010/05/27 23:51:08 tbox Exp $ */
|
||||
/* $Id: named.conf,v 1.4 2010/07/11 01:18:24 each Exp $ */
|
||||
|
||||
controls { /* empty */ };
|
||||
|
||||
|
|
@ -39,4 +39,4 @@ zone "grand.child5.utld" { type master; file "grand.child5.signed"; };
|
|||
zone "grand.child7.utld" { type master; file "grand.child7.signed"; };
|
||||
zone "grand.child8.utld" { type master; file "grand.child8.signed"; };
|
||||
zone "grand.child9.utld" { type master; file "grand.child9.signed"; };
|
||||
zone "grand.child10.utld" { type master; file "grand.child.db.in"; };
|
||||
zone "grand.child10.utld" { type master; file "grand.child10.signed"; };
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
* PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.37 2010/01/18 23:48:40 tbox Exp $ */
|
||||
/* $Id: named.conf,v 1.38 2010/07/11 01:18:24 each Exp $ */
|
||||
|
||||
// NS3
|
||||
|
||||
|
|
@ -145,11 +145,6 @@ zone "multiple.example" {
|
|||
allow-update { any; };
|
||||
};
|
||||
|
||||
zone "mustbesecure.example" {
|
||||
type master;
|
||||
file "mustbesecure.example.db";
|
||||
};
|
||||
|
||||
zone "rfc2335.example" {
|
||||
type slave;
|
||||
masters { 10.53.0.2; };
|
||||
|
|
|
|||
Loading…
Reference in a new issue