diff options
author | Adam Tkac <atkac@redhat.com> | 2010-10-01 08:33:29 +0000 |
---|---|---|
committer | Adam Tkac <atkac@redhat.com> | 2010-10-01 08:33:29 +0000 |
commit | bfd66c1e8c526dff1757bf349c9bb4d87906265f (patch) | |
tree | 35bc549a432e2b823e215483e666afb2e832ebbe /common/rfb/CConnection.cxx | |
parent | ef5e17fe2f7c0ab7b47aa616960dfa9fffd7425a (diff) | |
download | tigervnc-bfd66c1e8c526dff1757bf349c9bb4d87906265f.tar.gz tigervnc-bfd66c1e8c526dff1757bf349c9bb4d87906265f.zip |
[Development] Move Get{C,S}Security from Security class to separate classes.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4156 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common/rfb/CConnection.cxx')
-rw-r--r-- | common/rfb/CConnection.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/rfb/CConnection.cxx b/common/rfb/CConnection.cxx index 6e1bf123..cc68ea11 100644 --- a/common/rfb/CConnection.cxx +++ b/common/rfb/CConnection.cxx @@ -36,7 +36,7 @@ CConnection::CConnection() shared(false), state_(RFBSTATE_UNINITIALISED), useProtocol3_3(false) { - security = new Security(SecurityViewer); + security = new SecurityClient(); } CConnection::~CConnection() |