]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Offer patch inline, as trunk/ is no longer in sync with branches/2.2.x
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 22 Jan 2006 15:46:03 +0000 (15:46 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sun, 22 Jan 2006 15:46:03 +0000 (15:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@371329 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 902ce2d4049d54e31fd45c9af18149176aa451e4..8a7c5774a67586e16daf163e2bc8318ac1febb79 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -158,9 +158,9 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
         URL: http://svn.apache.org/viewcvs?rev=358040&view=rev
       +1: wrowe, mturk
       -0: jorton: should use AP_METHOD_BIT
-          wrowe asks; message ID of the long explanation, or a patch, please?
-          If proposing an alternative, please commit to trunk and modify this
-          STATUS backport proposal for revote.
+          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))) {
 
     * mod_cache: Fix PR38017 (mod_cache not working in reverse proxy setup?)
       Trunk version of patch: