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/CConn.cxx b/win/vncviewer/CConn.cxx index 6a6561d..b34b56e 100644 --- a/win/vncviewer/CConn.cxx +++ b/win/vncviewer/CConn.cxx
@@ -172,6 +172,8 @@ if (!options.useLocalCursor) window->setCursor(0, 0, Point(), 0, 0); } + + security->SetSecTypes(options.secTypes); }