]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Resubmit patch (can't demonstrate against trunk/ after refactoring),
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 1 Mar 2006 06:48:48 +0000 (06:48 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 1 Mar 2006 06:48:48 +0000 (06:48 +0000)
  reset votes.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@381931 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 730eecd5da0d4034230832b285ecf83893e99c1a..7106682eb91089146239598338b73586005a2a1b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -148,14 +148,10 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       http://people.apache.org/~rpluem/patches/partial_2.2.diff
       +1: jim, rpluem, jerenkrantz
 
-    * Fix mis-shifted 32 bit scope, masked to 64 bits as a method.
-        URL: http://svn.apache.org/viewcvs?rev=358040&view=rev
-      +1: mturk
-      -0: jorton: should use AP_METHOD_BIT
-          wrowe asks; is this your desired patch?  Please vote;
--        if (! (reqs[x].method_mask & (1 << m))) {
-+        if (! (reqs[x].method_mask & (AP_METHOD_BIT << m))) {
-      +1: wrowe  (for flavor requested by jorton)
+    * Fix mis-shifted 32 bit scope, masked to 64 bits as a method, with
+      improvement (?) suggested by jorton;
+        URL: http://people.apache.org/~wrowe/fixldap_mask.patch
+      +1: wrowe
 
     * mod_speling: Don't crash if r->filename unset.
       Trunk version of patch, which applies fine: