summaryrefslogtreecommitdiffstats
path: root/install
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2009-09-08 01:03:55 -0600
committerMartin Nagy <mnagy@redhat.com>2009-09-08 13:09:05 +0200
commit391b1f2b88264ae435735ebd141457b5d35de5c6 (patch)
tree90b8bee6dad7873a21aced6af6534068ff108708 /install
parent205a41205b152b34b288d63075d33912095d0a84 (diff)
downloadfreeipa-391b1f2b88264ae435735ebd141457b5d35de5c6.tar.gz
freeipa-391b1f2b88264ae435735ebd141457b5d35de5c6.tar.xz
freeipa-391b1f2b88264ae435735ebd141457b5d35de5c6.zip
Fixed dns_forwarders not being defined when options.setup_dns is False
Diffstat (limited to 'install')
-rwxr-xr-xinstall/tools/ipa-server-install2
1 files changed, 2 insertions, 0 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index cad1a3c04..70d74ddc2 100755
--- a/install/tools/ipa-server-install
+++ b/install/tools/ipa-server-install
@@ -544,6 +544,8 @@ def main():
dns_forwarders = options.forwarders
else:
dns_forwarders = read_dns_forwarders()
+ else:
+ dns_forwarders = ()
if not options.unattended:
print ""