]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Backported auth_ldap segfault fix.
authorBradley Nicholes <bnicholes@apache.org>
Mon, 1 Mar 2004 18:06:43 +0000 (18:06 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Mon, 1 Mar 2004 18:06:43 +0000 (18:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@102838 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 454f58e12dd7fda536b3cd00b5f571e1dbbf82df..51ef8eb048d724a53cb44cb1516dce1a20a651f2 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,5 +1,5 @@
 APACHE 2.0 STATUS:                                              -*-text-*-
-Last modified at [$Date: 2004/03/01 18:05:05 $]
+Last modified at [$Date: 2004/03/01 18:06:43 $]
 
 Release:
 
@@ -105,10 +105,6 @@ PATCHES TO BACKPORT FROM 2.1
         modules/metadata/mod_setenvif.c: r1.50
       +1: nd
 
-    * mod_ldap: Fix segfault when shared memory caching is disabled 
-        modules/experimental/util_ldap_cache_mgr.c: r1.15 
-      +1: bnicholes, minfrin, trawick
-    
     * mod_ssl: Clear OpenSSL error stack during pphrase entry to prevent 
       spurious failures in SSL functions later.
       PR: 21160