From: Martin Kraemer Date: Mon, 24 Mar 2003 08:52:20 +0000 (+0000) Subject: Oops - undo wrong commit X-Git-Tag: pre_ajp_proxy~1968 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de2e94a58a200a2a4f51bac5b336ef1e48191a33;p=apache Oops - undo wrong commit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99056 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/log.c b/server/log.c index 46b00afe55..95ab4aa2e8 100644 --- a/server/log.c +++ b/server/log.c @@ -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; }