summaryrefslogtreecommitdiffstats
path: root/vnc.py
diff options
context:
space:
mode:
Diffstat (limited to 'vnc.py')
-rw-r--r--vnc.py2
1 files changed, 1 insertions, 1 deletions
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):