]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Correctly merge r1836287, backported in 2.4.x in r1836288.
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 9 Oct 2018 13:56:23 +0000 (13:56 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 9 Oct 2018 13:56:23 +0000 (13:56 +0000)
(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

server/util.c

index 1fe2a694dfa676053b703706455b69344c2fdb8b..fd7a0a14763b2d354f7216f24b41a7d9c0d1cc93 100644 (file)
@@ -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)