You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ma...@apache.org on 2003/03/24 09:52:20 UTC

cvs commit: httpd-2.0/server log.c

martin      2003/03/24 00:52:20

  Modified:    server   log.c
  Log:
  Oops - undo wrong commit
  
  Revision  Changes    Path
  1.133     +0 -2      httpd-2.0/server/log.c
  
  Index: log.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/log.c,v
  retrieving revision 1.132
  retrieving revision 1.133
  diff -u -r1.132 -r1.133
  --- log.c	24 Mar 2003 08:51:21 -0000	1.132
  +++ log.c	24 Mar 2003 08:52:20 -0000	1.133
  @@ -870,8 +870,6 @@
           errno = save_errno;
           return NULL;
       }
  -    /* Pipes are 'inheritable' by default, but we want only the logger to inherit it */
  -    /*@@@ missing in API! apr_pipe_inherit_unset();*/
       return pl;
   }