]> source.dussan.org Git - tigervnc.git/commitdiff
VNCServerST::m_pFTManager pointer did not get initialized properly on VNCServerST...
authorConstantin Kaplinsky <const@tightvnc.com>
Sat, 20 May 2006 11:53:41 +0000 (11:53 +0000)
committerConstantin Kaplinsky <const@tightvnc.com>
Sat, 20 May 2006 11:53:41 +0000 (11:53 +0000)
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@568 3789f03b-4d11-0410-bbf8-ca57d06f2519

rfb/VNCServerST.cxx

index 7e3e0c67d95d294e718c9a982184ad83d017e901..cc18faa3fb679239edf3e50160efede915f2a62f 100644 (file)
@@ -72,7 +72,7 @@ static SSecurityFactoryStandard defaultSecurityFactory;
 VNCServerST::VNCServerST(const char* name_, SDesktop* desktop_,
                          SSecurityFactory* sf)
   : blHosts(&blacklist), desktop(desktop_), desktopStarted(false), pb(0),
-    name(strDup(name_)), pointerClient(0), comparer(0),
+    m_pFTManager(0), name(strDup(name_)), pointerClient(0), comparer(0),
     renderedCursorInvalid(false),
     securityFactory(sf ? sf : &defaultSecurityFactory),
     queryConnectionHandler(0), keyRemapper(&KeyRemapper::defInstance),