Skip to content
Snippets Groups Projects
Commit b395ce82 authored by Daniel Salzman's avatar Daniel Salzman
Browse files

func-test: disable check-names in Bind

parent f8f95eec
No related branches found
No related tags found
No related merge requests found
......@@ -490,6 +490,7 @@ class Bind(Server):
z = self.zones[zone]
s.begin("zone", z.name)
s.item_str("file", z.filename)
s.item("check-names", "warn")
if z.master:
s.item("type", "slave")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment