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:
@@ -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; };
|
||||
|
||||
Reference in New Issue
Block a user