summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Sivak <msivak@redhat.com>2008-07-17 10:49:25 +0200
committerMartin Sivak <msivak@redhat.com>2008-07-17 10:50:35 +0200
commit0fec373eb55078ccb311d271084de41cd526a17f (patch)
treef33223afbc88c5a73cec95dee17a3f7885191c60
parent230d0f47484e9299077de5649ad81567e5ff4b16 (diff)
downloadanaconda-0fec373eb55078ccb311d271084de41cd526a17f.tar.gz
anaconda-0fec373eb55078ccb311d271084de41cd526a17f.tar.xz
anaconda-0fec373eb55078ccb311d271084de41cd526a17f.zip
Update the VNC over text mode patch, so it correctly passes the password to VNC server (#455612)
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 09a110723..2ad0d5bbf 100755
--- a/anaconda
+++ b/anaconda
@@ -765,7 +765,7 @@ if __name__ == "__main__":
opts.display_mode = 'g'
flags.usevnc = 1
if ret is not None:
- vncpassword = ret
+ vncS.password = ret
if opts.debug:
flags.debug = True