Submitted by: Ben Collins-Sussman <sussman@collab.net>
Tweaked by: Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94695
13f79535-47bb-0310-9956-
ffa450edef68
Changes with Apache 2.0.36
+ *) Fix 'control reaches end of non-void function' warning in
+ server/log.c. [Ben Collins-Sussman <sussman@collab.net>]
+
*) Perchild MPM is now correctly deemed as experimental and is now
located in server/mpm/experimental. [Justin Erenkrantz]
if (rc != APR_SUCCESS) {
ap_log_error(APLOG_MARK, APLOG_CRIT, rc, NULL,
"unable to replace stderr with error_log");
- return rc;
}
+ return rc;
}
static int log_child(apr_pool_t *p, const char *progname,