]> granicus.if.org Git - apache/commitdiff
Return APR_EGENERAL for the error
authorJim Jagielski <jim@apache.org>
Wed, 13 May 2009 16:46:59 +0000 (16:46 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 13 May 2009 16:46:59 +0000 (16:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@774423 13f79535-47bb-0310-9956-ffa450edef68

modules/proxy/proxy_util.c

index 9984260f349c54e335ea6c5705d453134bc52173..81eb944ab5690dccc071cc04ea0f3d9a05018d99 100644 (file)
@@ -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