1
0
miroir de https://github.com/mail-in-a-box/mailinabox.git synchronisé 2026-04-01 21:27:22 +02:00

bug in new secondary nameservers

forgot a 'continue' statement
see 216acb0eeb
fixes #497
Cette révision appartient à :
Joshua Tauberer
2015-07-20 11:25:16 +00:00
Parent e54608c282
révision d3bbc0ec95

Voir le fichier

@@ -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.