]> source.dussan.org Git - tigervnc.git/commitdiff
Corrected r3380, forgotten passwordFile init.
authorPeter Åstrand <astrand@cendio.se>
Thu, 11 Dec 2008 10:13:02 +0000 (10:13 +0000)
committerPeter Åstrand <astrand@cendio.se>
Thu, 11 Dec 2008 10:13:02 +0000 (10:13 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3387 3789f03b-4d11-0410-bbf8-ca57d06f2519

win/vncviewer/CConnOptions.cxx

index bf9591b78d8be0e89923dd335b9305ac377cb283..7829d1b450c9b780d88a4b629b554c964f0ffeda 100644 (file)
@@ -150,7 +150,8 @@ autoReconnect(::autoReconnect),
 customCompressLevel(::customCompressLevel), 
 compressLevel(::compressLevel), 
 noJpeg(::noJpeg), 
-qualityLevel(::qualityLevel) 
+qualityLevel(::qualityLevel),
+passwordFile(::passwordFile.getData())
 {
   if (autoSelect) {
     preferredEncoding = encodingZRLE;