From de2e94a58a200a2a4f51bac5b336ef1e48191a33 Mon Sep 17 00:00:00 2001 From: Martin Kraemer Date: Mon, 24 Mar 2003 08:52:20 +0000 Subject: [PATCH] Oops - undo wrong commit git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99056 13f79535-47bb-0310-9956-ffa450edef68 --- server/log.c | 2 -- 1 file changed, 2 deletions(-) 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; } -- 2.40.0