summaryrefslogtreecommitdiffstats
path: root/common/rfb/CConnection.cxx
diff options
context:
space:
mode:
authorAdam Tkac <atkac@redhat.com>2010-10-01 08:33:29 +0000
committerAdam Tkac <atkac@redhat.com>2010-10-01 08:33:29 +0000
commitbfd66c1e8c526dff1757bf349c9bb4d87906265f (patch)
tree35bc549a432e2b823e215483e666afb2e832ebbe /common/rfb/CConnection.cxx
parentef5e17fe2f7c0ab7b47aa616960dfa9fffd7425a (diff)
downloadtigervnc-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.cxx2
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()