projects
/
apache
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48ae3d9
)
Return APR_EGENERAL for the error
author
Jim Jagielski
<jim@apache.org>
Wed, 13 May 2009 16:46:59 +0000
(16:46 +0000)
committer
Jim 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
patch
|
blob
|
history
diff --git
a/modules/proxy/proxy_util.c
b/modules/proxy/proxy_util.c
index 9984260f349c54e335ea6c5705d453134bc52173..81eb944ab5690dccc071cc04ea0f3d9a05018d99 100644
(file)
--- 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