]> granicus.if.org Git - apache/commitdiff
Get Multi-Views working again. It wasn't working because we weren't
authorRyan Bloom <rbb@apache.org>
Sat, 18 Nov 2000 05:44:53 +0000 (05:44 +0000)
committerRyan Bloom <rbb@apache.org>
Sat, 18 Nov 2000 05:44:53 +0000 (05:44 +0000)
setting the path_info field correctly if we didn't find the specified
file.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87004 13f79535-47bb-0310-9956-ffa450edef68

modules/http/http_request.c

index 800e59f127442ef0aa84537de1975ffbc459bce6..17bdf53838baff09a6dab641f872594f5eab7383 100644 (file)
@@ -311,7 +311,6 @@ static int get_path_info(request_rec *r)
                               "access to %s failed", r->uri);
             return HTTP_FORBIDDEN;
         }
-       last_cp = cp;
     }
     return OK;
 }