]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Found a PR reference for the piped logger fd leak.
authorJoe Orton <jorton@apache.org>
Fri, 5 Aug 2005 12:39:18 +0000 (12:39 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 5 Aug 2005 12:39:18 +0000 (12:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@230455 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 1cae65469052e2d3bcaff1a597921f18c6c90a62..8f1789380846ae5deda6313989fd46cab31db6e3 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,7 +7,8 @@ Changes with Apache 2.0.55
   *) mod_ldap: Fix a possible crash in shared memory cache handling.
      PR 34209.  [Joe Orton]
 
-  *) Fix a file descriptor leak when starting piped loggers.  [Joe Orton]
+  *) Fix a file descriptor leak when starting piped loggers.  PR 33748. 
+     [Joe Orton]
 
   *) mod_ldap: Avoid segfaults when opening connections if using a version
      of OpenLDAP older than 2.2.21.  [Brad Nicholes]