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 /win | |
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 'win')
-rw-r--r-- | win/vncviewer/CConn.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/win/vncviewer/CConn.cxx b/win/vncviewer/CConn.cxx index 511c4123..81f040b7 100644 --- a/win/vncviewer/CConn.cxx +++ b/win/vncviewer/CConn.cxx @@ -98,9 +98,6 @@ bool CConn::initialise(network::Socket* s, bool reverse) { // Initialise the viewer options applyOptions(options); - // - Set which auth schemes we support, in order of preference - addSecType(secTypeVncAuth); - addSecType(secTypeNone); CSecurity::upg = this; // Start the RFB protocol |