From: Christophe Jaillet Date: Tue, 9 Oct 2018 13:56:23 +0000 (+0000) Subject: Correctly merge r1836287, backported in 2.4.x in r1836288. X-Git-Tag: 2.4.36~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6811574545c81a8f80fce4c000b0173b28ee51b;p=thirdparty%2Fapache%2Fhttpd.git Correctly merge r1836287, backported in 2.4.x in r1836288. (unless I missed something, the function is also called 'ap_directory_walk' in 2.4.x) This is only a comment update. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1843284 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/util.c b/server/util.c index 1fe2a694dfa..fd7a0a14763 100644 --- a/server/util.c +++ b/server/util.c @@ -597,7 +597,7 @@ AP_DECLARE(void) ap_no2slash(char *name) * MODIFIED FOR HAVE_DRIVE_LETTERS and NETWARE environments, * so that if n == 0, "/" is returned in d with n == 1 * and s == "e:/test.html", "e:/" is returned in d - * *** See also directory_walk in server/request.c + * *** See also ap_directory_walk in server/request.c * * examples: * /a/b, 0 ==> / (true for all platforms)