From: William A. Rowe Jr Date: Mon, 30 Jul 2001 19:19:35 +0000 (+0000) Subject: Use d_is_absolute within directory_walk. X-Git-Tag: 2.0.23~147 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d35d3ecfab22e31b6cbadf6ff3b94d1427a5a8bd;p=apache Use d_is_absolute within directory_walk. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89792 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/request.c b/server/request.c index d4eb61a614..567178bdcb 100644 --- a/server/request.c +++ b/server/request.c @@ -538,7 +538,7 @@ AP_DECLARE(int) directory_walk(request_rec *r) entry_dir = entry_core->d; if (entry_core->r - || !ap_os_is_path_absolute(entry_dir) + || !entry_core->d_is_absolute #if defined(HAVE_DRIVE_LETTERS) || defined(NETWARE) /* To account for the top-level "/" directory when i == 0 * XXX: The net test may be wrong... may fail ap_os_is_path_absolute