Commit 6a6960f2 authored by Christophe Jaillet's avatar Christophe Jaillet
Browse files

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
parent 66271664
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)