From: Jeff Trawick Date: Wed, 9 Jun 2004 12:43:25 +0000 (+0000) Subject: fix typo in recent commit X-Git-Tag: pre_ajp_proxy~174 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=14fad9b946beff68a2229822f95b5cffe73096ee;p=apache fix typo in recent commit Submitted by: Jean-Jacques Clar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@103874 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/log.c b/server/log.c index 301b8fcdcc..d4f1b54ad6 100644 --- a/server/log.c +++ b/server/log.c @@ -197,8 +197,8 @@ static int log_child(apr_pool_t *p, const char *progname, apr_proc_t *procnew; if (((rc = apr_procattr_create(&procattr, p)) == APR_SUCCESS) - && ((rc == apr_procattr_cmdtype_set(procattr, - APR_PROGRAM_ENV)) == APR_SUCCESS) + && ((rc = apr_procattr_cmdtype_set(procattr, + APR_PROGRAM_ENV)) == APR_SUCCESS) && ((rc = apr_procattr_io_set(procattr, APR_FULL_BLOCK, APR_NO_PIPE,