ben 97/08/31 09:28:52
Modified: src/main http_request.c
Log:
Temporary(?) fix for Win32 Auth not working.
Revision Changes Path
1.80 +3 -0 apachen/src/main/http_request.c
Index: http_request.c
===================================================================
RCS file: /export/home/cvs/apachen/src/main/http_request.c,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- http_request.c 1997/08/25 16:02:27 1.79
+++ http_request.c 1997/08/31 16:28:51 1.80
@@ -382,7 +382,10 @@
entry_dir = entry_core->d;
if (entry_core->r
+/* FIXME: Temporarily removed, pending an explanation of function, in order
to
+ fix Win32 [Ben]
|| entry_dir[0] != '/'
+*/
|| entry_core->d_components > i) break;
this_conf = NULL;