From 0fec373eb55078ccb311d271084de41cd526a17f Mon Sep 17 00:00:00 2001 From: Martin Sivak Date: Thu, 17 Jul 2008 10:49:25 +0200 Subject: Update the VNC over text mode patch, so it correctly passes the password to VNC server (#455612) --- anaconda | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit