[Libreoffice-commits] core.git: ucb/source

Giuseppe Castagno giuseppe.castagno at acca-esse.eu
Fri Aug 26 16:27:21 UTC 2016


 ucb/source/ucp/webdav-neon/NeonSession.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 15f1721dcb8a0550a5f7db6c0bafd56e7b08ff39
Author: Giuseppe Castagno <giuseppe.castagno at acca-esse.eu>
Date:   Fri Aug 26 16:26:29 2016 +0200

    tdf#101094 (28): Put back the thread mutex guard...
    
    ...the one I wrongly removed in commit
    72589082945e5a197f3fb4b884f48dd4ae275e5f
    
    Change-Id: I9f8e2f34a91b0fe481b1fe0f4655e3899a0589a6
    Reviewed-on: https://gerrit.libreoffice.org/28412
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Giuseppe Castagno <giuseppe.castagno at acca-esse.eu>

diff --git a/ucb/source/ucp/webdav-neon/NeonSession.cxx b/ucb/source/ucp/webdav-neon/NeonSession.cxx
index b3f54e6..9c285c3 100644
--- a/ucb/source/ucp/webdav-neon/NeonSession.cxx
+++ b/ucb/source/ucp/webdav-neon/NeonSession.cxx
@@ -845,6 +845,8 @@ void NeonSession::OPTIONS( const OUString & inPath,
                            const DAVRequestEnvironment & rEnv )
     throw( std::exception )
 {
+    osl::Guard< osl::Mutex > theGuard( m_aMutex );
+
     SAL_INFO( "ucb.ucp.webdav", "OPTIONS - relative URL <" << inPath << ">" );
 
     rOptions.reset();


More information about the Libreoffice-commits mailing list