From 41d614819ed8c5458a2165b17ce03e5601f6732d Mon Sep 17 00:00:00 2001 From: Chris Lumens Date: Wed, 28 Nov 2007 11:11:48 -0500 Subject: Fix traceback when starting up vnc mode due to undefined attribute. --- vnc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnc.py') diff --git a/vnc.py b/vnc.py index 22e5d9157..c25533cb8 100644 --- a/vnc.py +++ b/vnc.py @@ -45,7 +45,7 @@ class VncServer: self.log_file = log_file self.pw_file = pw_file self.pw_init_file = pw_init_file - #self.connxinfo = self.name+":"+self.display + self.connxinfo = None self.log = logging.getLogger("anaconda.stdout") def recoverVNCPassword(self): -- cgit