ben 96/10/19 03:07:44
Modified: src http_request.c
Log:
Remove pointless location_walk().
Revision Changes Path
1.19 +1 -2 apache/src/http_request.c
Index: http_request.c
===================================================================
RCS file: /export/home/cvs/apache/src/http_request.c,v
retrieving revision 1.18
retrieving revision 1.19
diff -C3 -r1.18 -r1.19
*** http_request.c 1996/10/16 23:24:34 1.18
--- http_request.c 1996/10/19 10:07:43 1.19
***************
*** 50,56 ****
*
*/
! /* $Id: http_request.c,v 1.18 1996/10/16 23:24:34 fielding Exp $ */
/*
* http_request.c: functions to get and process requests
--- 50,56 ----
*
*/
! /* $Id: http_request.c,v 1.19 1996/10/19 10:07:43 ben Exp $ */
/*
* http_request.c: functions to get and process requests
***************
*** 642,648 ****
make_full_path (rnew->pool, fdir, new_file));
if ((res = directory_walk (rnew))
- || (res = location_walk (rnew))
|| (res = file_walk (rnew))
|| (res = check_access (rnew))
|| (!some_auth_required (rnew) ? 0 :
--- 642,647 ----