commit | 1238c043fd1d7ee129b270ca9f0d02b9fa11dfbd | [log] [tgz] |
---|---|---|
author | Adam Tkac <atkac@redhat.com> | Tue Feb 01 14:33:41 2011 +0000 |
committer | Adam Tkac <atkac@redhat.com> | Tue Feb 01 14:33:41 2011 +0000 |
tree | fc413250d77347da4116660e0b03cedaa11f2b43 | |
parent | d41d4be5a41e735f56b700d4459a8f9c2d20bc41 [diff] [blame] |
[Bugfix] win vncviewer: preserve security settings during reconnection git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4243 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/win/vncviewer/CConnOptions.cxx b/win/vncviewer/CConnOptions.cxx index f4085b4..3152db9 100644 --- a/win/vncviewer/CConnOptions.cxx +++ b/win/vncviewer/CConnOptions.cxx
@@ -501,6 +501,7 @@ qualityLevel = o.qualityLevel; autoScaling = o.autoScaling; scale = o.scale; + secTypes = o.secTypes; return *this; }