From: Jim Jagielski Date: Wed, 13 May 2009 16:46:59 +0000 (+0000) Subject: Return APR_EGENERAL for the error X-Git-Tag: 2.3.3~616 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=13bce6474ded95a61298eb4552f719d3ea90ffa5;p=thirdparty%2Fapache%2Fhttpd.git Return APR_EGENERAL for the error git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@774423 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/proxy/proxy_util.c b/modules/proxy/proxy_util.c index 9984260f349..81eb944ab56 100644 --- a/modules/proxy/proxy_util.c +++ b/modules/proxy/proxy_util.c @@ -1864,7 +1864,7 @@ PROXY_DECLARE(apr_status_t) ap_proxy_initialize_worker(proxy_worker *worker, ser if (worker->cp == NULL) { ap_log_error(APLOG_MARK, APLOG_DEBUG, 0, s, "can not create connection pool"); - return ; + return APR_EGENERAL; } #if APR_HAS_THREADS