From d3bbc0ec9583711f0e9dc3a631db109b9351bfe6 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Mon, 20 Jul 2015 11:25:16 +0000 Subject: [PATCH] bug in new secondary nameservers forgot a 'continue' statement see 216acb0eeb441f4ab64ddf2e7fa9a0ef9935ba5b fixes #497 --- management/dns_update.py | 1 + 1 file changed, 1 insertion(+) diff --git a/management/dns_update.py b/management/dns_update.py index e15cabc8..5cee7d89 100755 --- a/management/dns_update.py +++ b/management/dns_update.py @@ -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.