]> granicus.if.org Git - apache/commitdiff
Oops - undo wrong commit
authorMartin Kraemer <martin@apache.org>
Mon, 24 Mar 2003 08:52:20 +0000 (08:52 +0000)
committerMartin Kraemer <martin@apache.org>
Mon, 24 Mar 2003 08:52:20 +0000 (08:52 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99056 13f79535-47bb-0310-9956-ffa450edef68

server/log.c

index 46b00afe559c6b526cc5585d17f382b39e8590eb..95ab4aa2e8edda408f041616cc88362754594ac6 100644 (file)
@@ -870,8 +870,6 @@ AP_DECLARE(piped_log *) ap_open_piped_log(apr_pool_t *p, const char *program)
         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;
 }