Commit d3bbc0ec authored by Joshua Tauberer's avatar Joshua Tauberer

bug in new secondary nameservers

forgot a 'continue' statement
see 216acb0e
fixes #497
parent e54608c2
......@@ -799,6 +799,7 @@ def get_secondary_dns(custom_dns, mode=None):
if mode == None:
# Just return the setting.
values.append(hostname)
continue
# This is a hostname. Before including in zone xfr lines,
# resolve to an IP address. Otherwise just return the hostname.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment