[openoffice.org/f14/master] update patch

David Tardon dtardon at fedoraproject.org
Tue Dec 14 12:31:59 UTC 2010


commit d37cc3ad2431bed8930b5f3fd2eae26ad06a3895
Author: David Tardon <dtardon at redhat.com>
Date:   Tue Dec 14 13:31:45 2010 +0100

    update patch

 ...ice.org-3.3.0.rh637738.libgcrypt.addmutex.patch |   20 ++++++++++++++++++++
 1 files changed, 20 insertions(+), 0 deletions(-)
---
diff --git a/openoffice.org-3.3.0.rh637738.libgcrypt.addmutex.patch b/openoffice.org-3.3.0.rh637738.libgcrypt.addmutex.patch
index 02c8367..2e630d5 100644
--- a/openoffice.org-3.3.0.rh637738.libgcrypt.addmutex.patch
+++ b/openoffice.org-3.3.0.rh637738.libgcrypt.addmutex.patch
@@ -198,3 +198,23 @@
          nError = ne_simple_propfind( inSession,
                                       inPath,
                                       inDepth,
+@@ -333,11 +333,14 @@ NeonPropFindRequest::NeonPropFindRequest(
+                             std::vector< DAVResourceInfo > & ioResInfo,
+                             int & nError )
+ {
+-    nError = ne_propnames( inSession,
+-                           inPath,
+-                           inDepth,
+-                           NPFR_propnames_results,
+-                           &ioResInfo );
++    {
++        osl::Guard< osl::Mutex > theGlobalGuard( aGlobalNeonMutex );
++        nError = ne_propnames( inSession,
++                            inPath,
++                            inDepth,
++                            NPFR_propnames_results,
++                            &ioResInfo );
++    }
+ 
+     // #87585# - Sometimes neon lies (because some servers lie).
+     if ( ( nError == NE_OK ) && ioResInfo.empty() )


More information about the scm-commits mailing list