mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
fix def'n of AP_SLOTMEM_PROVIDER_VERSION, use it
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1146737 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -703,7 +703,8 @@ static int balancer_post_config(apr_pool_t *pconf, apr_pool_t *plog,
|
||||
/*
|
||||
* Get slotmem setups
|
||||
*/
|
||||
storage = ap_lookup_provider(AP_SLOTMEM_PROVIDER_GROUP, "shared", "0");
|
||||
storage = ap_lookup_provider(AP_SLOTMEM_PROVIDER_GROUP, "shared",
|
||||
AP_SLOTMEM_PROVIDER_VERSION);
|
||||
if (!storage) {
|
||||
ap_log_error(APLOG_MARK, APLOG_NOERRNO|APLOG_EMERG, 0, s,
|
||||
"ap_lookup_provider %s failed: is mod_slotmem_shm loaded??",
|
||||
|
Reference in New Issue
Block a user