Commit 49ad20c2 authored by Graham Leggett's avatar Graham Leggett
Browse files

Fix the global mutex crash when the global mutex is never allocated

due to disabled/empty caches.
PR:
Obtained from:
Submitted by:	Jess Holle <jessh ptc.com>
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@105209 13f79535-47bb-0310-9956-ffa450edef68
parent 5c2a4283
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
APACHE 2.0 STATUS:                                              -*-text-*-
Last modified at [$Date: 2004/09/19 23:03:57 $]
Last modified at [$Date: 2004/09/19 23:16:32 $]

Release:

@@ -74,6 +74,11 @@ PATCHES TO BACKPORT FROM 2.1
  [ please place file names and revisions from HEAD here, so it is easy to
    identify exactly what the proposed changes are! ]

    *) Fix the global mutex crash when the global mutex is never allocated
       due to disabled/empty caches.
         modules/ldap/util_ldap.c: 1.13
       +1: minfrin

    *) Fix a segfault in the LDAP cache purge.
         modules/ldap/util_ldap_cache_mgr.c: 1.9
       +1: minfrin