rbb 99/12/17 07:14:07
Modified: src/lib/apr/file_io/win32 open.c
Log:
With this change, error loggin on Win32 works again.
Revision Changes Path
1.15 +0 -1 apache-2.0/src/lib/apr/file_io/win32/open.c
Index: open.c
===================================================================
RCS file: /home/cvs/apache-2.0/src/lib/apr/file_io/win32/open.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- open.c 1999/12/15 18:06:32 1.14
+++ open.c 1999/12/17 15:14:06 1.15
@@ -211,7 +211,6 @@
(*thefile)->filehand = GetStdHandle(STD_ERROR_HANDLE);
(*thefile)->cntxt = cont;
(*thefile)->fname = NULL;
- (*thefile)->filehand = NULL;
(*thefile)->stated = 0;
(*thefile)->buffered = 0;
(*thefile)->eof_hit = 0;