You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ja...@apache.org on 2018/10/09 13:56:24 UTC

svn commit: r1843284 - /httpd/httpd/branches/2.4.x/server/util.c

Author: jailletc36
Date: Tue Oct  9 13:56:23 2018
New Revision: 1843284

URL: http://svn.apache.org/viewvc?rev=1843284&view=rev
Log:
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.

Modified:
    httpd/httpd/branches/2.4.x/server/util.c

Modified: httpd/httpd/branches/2.4.x/server/util.c
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/server/util.c?rev=1843284&r1=1843283&r2=1843284&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/server/util.c (original)
+++ httpd/httpd/branches/2.4.x/server/util.c Tue Oct  9 13:56:23 2018
@@ -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)