From: Martin Kraemer Date: Mon, 24 Mar 2003 08:52:20 +0000 (+0000) Subject: Oops - undo wrong commit X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fbed306c58e0656ea22bbc935d9036604890c219;p=thirdparty%2Fapache%2Fhttpd.git 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 46b00afe559..95ab4aa2e8e 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; }