diff options
author | Peter Åstrand <astrand@cendio.se> | 2008-12-11 10:13:02 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2008-12-11 10:13:02 +0000 |
commit | f7d04362914280d1c49a9c0a2442975cb9964dbc (patch) | |
tree | 05a65344ea49d467d46c008979d163a41a394df8 /win/vncviewer | |
parent | e133cbaa12be5790d205f397db18ad65859536cc (diff) | |
download | tigervnc-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.cxx | 3 |
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; |