From da922739f707a32fff506475663df99bdc6def71 Mon Sep 17 00:00:00 2001 From: RĂ¼diger Timm Date: Wed, 7 Nov 2007 09:03:15 +0000 Subject: INTEGRATION: CWS tkr05_SRC680 (1.12.74); FILE MERGED 2007/09/20 11:01:15 tkr 1.12.74.1: #i31053#: WebDAV HTTPS Support --- ucb/source/ucp/webdav/DAVSessionFactory.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ucb') diff --git a/ucb/source/ucp/webdav/DAVSessionFactory.cxx b/ucb/source/ucp/webdav/DAVSessionFactory.cxx index cd3d6aeadfc0..37dc8b869768 100644 --- a/ucb/source/ucp/webdav/DAVSessionFactory.cxx +++ b/ucb/source/ucp/webdav/DAVSessionFactory.cxx @@ -4,9 +4,9 @@ * * $RCSfile: DAVSessionFactory.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: obo $ $Date: 2006-09-17 14:04:55 $ + * last change: $Author: rt $ $Date: 2007-11-07 10:03:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -62,6 +62,8 @@ rtl::Reference< DAVSession > DAVSessionFactory::createDAVSession( const uno::Reference< lang::XMultiServiceFactory > & rxSMgr ) throw( DAVException ) { + m_xMSF = rxSMgr; + osl::MutexGuard aGuard( m_aMutex ); if ( !m_xProxyDecider.get() ) -- cgit