You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2001/07/30 21:19:35 UTC

cvs commit: httpd-2.0/server request.c

wrowe       01/07/30 12:19:35

  Modified:    server   request.c
  Log:
    Use d_is_absolute within directory_walk.
  
  Revision  Changes    Path
  1.15      +1 -1      httpd-2.0/server/request.c
  
  Index: request.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/request.c,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- request.c	2001/06/27 23:18:30	1.14
  +++ request.c	2001/07/30 19:19:35	1.15
  @@ -538,7 +538,7 @@
               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