diff options
author | Adam Tkac <atkac@redhat.com> | 2010-07-20 15:07:44 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-07-20 15:07:44 +0000 |
commit | 05a0cd66288265805ae21fe9c1322216fda4fce0 (patch) | |
tree | abd11445955537bc29eea3399a77fb544b6232bc /unix/vncviewer | |
parent | 0c8194feb42837ca5a5afa714ec65856cfd11280 (diff) | |
download | tigervnc-05a0cd66288265805ae21fe9c1322216fda4fce0.tar.gz tigervnc-05a0cd66288265805ae21fe9c1322216fda4fce0.zip |
[Development] Client now uses security types from -SecurityTypes parameter instead of hardcoded list.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4094 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'unix/vncviewer')
-rw-r--r-- | unix/vncviewer/CConn.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/vncviewer/CConn.cxx b/unix/vncviewer/CConn.cxx index 406e167b..8d311c39 100644 --- a/unix/vncviewer/CConn.cxx +++ b/unix/vncviewer/CConn.cxx @@ -69,9 +69,6 @@ CConn::CConn(Display* dpy_, int argc_, char** argv_, network::Socket* sock_, menuKeysym = XStringToKeysym(menuKeyStr.buf); setShared(shared); - addSecType(secTypeNone); - addSecType(secTypeVncAuth); - addSecType(secTypeVeNCrypt); CSecurity::upg = this; /* Security instance is created in CConnection costructor. */ CharArray encStr(preferredEncoding.getData()); |