]> granicus.if.org Git - apache/commitdiff
apr_shm_baseaddr_get() takes an apr_shm_t*, not an apr_shm_t**.
authorCliff Woolley <jwoolley@apache.org>
Sat, 18 May 2002 05:47:34 +0000 (05:47 +0000)
committerCliff Woolley <jwoolley@apache.org>
Sat, 18 May 2002 05:47:34 +0000 (05:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95166 13f79535-47bb-0310-9956-ffa450edef68

modules/experimental/util_ldap_cache.c

index 83665a6146954c52a57526f718ea9c20d2cbe80b..816c3bf5d42dd77111daf2defbe6bf82a3866f93 100644 (file)
@@ -301,7 +301,7 @@ apr_status_t util_ldap_cache_init(apr_pool_t *pool, apr_size_t reqsize)
 
     /* This will create a rmm "handler" to get into the shared memory area */
     apr_rmm_init(&util_ldap_rmm, &rmm_lock, 
-                       (void *)apr_shm_baseaddr_get(&util_ldap_shm) , reqsize, pool);
+                       (void *)apr_shm_baseaddr_get(util_ldap_shm), reqsize, pool);
 #endif
     util_ldap_cache = util_ald_create_cache(50,
                                     util_ldap_url_node_hash,