pcs         98/01/04 06:21:56

  Modified:    src/main http_log.h
  Log:
  When reporting Win32 errors, do not show value of errno
  
  Revision  Changes    Path
  1.21      +1 -1      apachen/src/main/http_log.h
  
  Index: http_log.h
  ===================================================================
  RCS file: /export/home/cvs/apachen/src/main/http_log.h,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- http_log.h        1997/12/07 15:48:00     1.20
  +++ http_log.h        1998/01/04 14:21:55     1.21
  @@ -84,7 +84,7 @@
   #ifdef WIN32
   /* Set to indicate that error msg should come from Win32's GetLastError(),
    * not errno. */
  -#define APLOG_WIN32ERROR     ((APLOG_LEVELMASK+1) * 2)
  +#define APLOG_WIN32ERROR     ((APLOG_LEVELMASK+1) * 2|APLOG_NOERRNO)
   #endif
   
   #ifndef DEFAULT_LOGLEVEL
  
  
  

Reply via email to