mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
Back out a bit of yesterday's patch, since the explicit return
handles this correctly. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87889 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -303,7 +303,8 @@ static int get_path_info(request_rec *r)
|
||||
*cp = '\0';
|
||||
return OK;
|
||||
}
|
||||
else if (APR_STATUS_IS_ENOENT(rv) || APR_STATUS_IS_ENOTDIR(rv)) {
|
||||
|
||||
if (APR_STATUS_IS_ENOENT(rv) || APR_STATUS_IS_ENOTDIR(rv)) {
|
||||
last_cp = cp;
|
||||
|
||||
while (--cp > path && *cp != '/')
|
||||
|
Reference in New Issue
Block a user