aboutsummaryrefslogtreecommitdiffstats
path: root/win/vncviewer
diff options
context:
space:
mode:
authorPeter Åstrand <astrand@cendio.se>2008-12-11 10:13:02 +0000
committerPeter Åstrand <astrand@cendio.se>2008-12-11 10:13:02 +0000
commitf7d04362914280d1c49a9c0a2442975cb9964dbc (patch)
tree05a65344ea49d467d46c008979d163a41a394df8 /win/vncviewer
parente133cbaa12be5790d205f397db18ad65859536cc (diff)
downloadtigervnc-f7d04362914280d1c49a9c0a2442975cb9964dbc.tar.gz
tigervnc-f7d04362914280d1c49a9c0a2442975cb9964dbc.zip
Corrected r3380, forgotten passwordFile init.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3387 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'win/vncviewer')
-rw-r--r--win/vncviewer/CConnOptions.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/win/vncviewer/CConnOptions.cxx b/win/vncviewer/CConnOptions.cxx
index bf9591b7..7829d1b4 100644
--- a/win/vncviewer/CConnOptions.cxx
+++ b/win/vncviewer/CConnOptions.cxx
@@ -150,7 +150,8 @@ autoReconnect(::autoReconnect),
customCompressLevel(::customCompressLevel),
compressLevel(::compressLevel),
noJpeg(::noJpeg),
-qualityLevel(::qualityLevel)
+qualityLevel(::qualityLevel),
+passwordFile(::passwordFile.getData())
{
if (autoSelect) {
preferredEncoding = encodingZRLE;