]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
One for backport - correct bogus printf format string?
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 26 Nov 2004 20:12:58 +0000 (20:12 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 26 Nov 2004 20:12:58 +0000 (20:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@106654 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 7e335ef02b5d46bf2c75eeb3ebceebe61174d788..62173e7fd26491aa1ce8995da42c322b8894b898 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -75,6 +75,10 @@ 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! ]
 
+    *) mpm/winnt.c: thread_num is long, aught to use %ld not %d for logs
+       svn rev 106653
+       +1: wrowe
+
     *) mod_ssl: Fix an possible NULL pointer dereference in some configs.
        http://nagoya.apache.org/bugzilla/showattachment.cgi?attach_id=13182
        PR: 31848