Skip to content
Snippets Groups Projects
Commit d8c3d343 authored by Thomas Woerner's avatar Thomas Woerner
Browse files

ipaserver/library/ipaserver_test.py: Use check_zone_overlap directly

parent 3edc1bed
No related branches found
No related tags found
No related merge requests found
......@@ -442,7 +442,7 @@ def main():
if not options.allow_zone_overlap:
for zone in options.reverse_zones:
with redirect_stdout(ansible_log):
dnsutil.check_zone_overlap(zone)
check_zone_overlap(zone)
# validate zonemgr
if options.zonemgr:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment