mirror of
https://github.com/apache/httpd.git
synced 2025-08-07 04:02:58 +03:00
* modules/ldap/util_ldap_cache.c (util_ldap_cache_module_kill): Make
private function static. (util_ldap_cache_child_kill): Remove prototype for function which doesn't exist. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@225756 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -378,10 +378,7 @@ void util_ldap_dn_compare_node_display(request_rec *r, util_ald_cache_t *cache,
|
|||||||
|
|
||||||
|
|
||||||
/* ------------------------------------------------------------------ */
|
/* ------------------------------------------------------------------ */
|
||||||
apr_status_t util_ldap_cache_child_kill(void *data);
|
static apr_status_t util_ldap_cache_module_kill(void *data)
|
||||||
apr_status_t util_ldap_cache_module_kill(void *data);
|
|
||||||
|
|
||||||
apr_status_t util_ldap_cache_module_kill(void *data)
|
|
||||||
{
|
{
|
||||||
util_ldap_state_t *st = (util_ldap_state_t *)data;
|
util_ldap_state_t *st = (util_ldap_state_t *)data;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user