no message
This commit is contained in:
parent
ac5921051c
commit
c23c1c311e
|
@ -145,7 +145,7 @@ def build_zone(domain, all_domains, additional_records, www_redirect_domains, en
|
|||
|
||||
# Define ns2.PRIMARY_HOSTNAME or whatever the user overrides.
|
||||
# User may provide one or more additional nameservers
|
||||
if length(get_secondary_dns(additional_records)) > 0:
|
||||
if len(get_secondary_dns(additional_records)) > 0:
|
||||
for secondary_ns in get_secondary_dns(additional_records):
|
||||
records.append((None, "NS", secondary_ns+'.', False))
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue