summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorChris Lumens <clumens@redhat.com>2009-11-25 15:08:55 -0500
committerChris Lumens <clumens@redhat.com>2009-11-25 15:08:55 -0500
commit123c770833b6a77591f656ed3b477926f0ec4f79 (patch)
tree48b5344c73f3459728328946f9a7888c56ee5e1c /anaconda
parentef7686d6d7602d68db73948443d5764b878fce01 (diff)
downloadanaconda-123c770833b6a77591f656ed3b477926f0ec4f79.tar.gz
anaconda-123c770833b6a77591f656ed3b477926f0ec4f79.tar.xz
anaconda-123c770833b6a77591f656ed3b477926f0ec4f79.zip
One reference to earlyKS somehow survived. Kill it.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 80ef8496b..55eaf8d95 100755
--- a/anaconda
+++ b/anaconda
@@ -819,7 +819,7 @@ if __name__ == "__main__":
opts.display_mode = 'g'
if vncS.password == "":
- vncS.password = ksdata.earlyKS.vnc.password
+ vncS.password = ksdata.vnc.password
if vncS.vncconnecthost == "":
vncS.vncconnecthost = ksdata.vnc.host