Commit 8e779e74 authored by Joe Orton's avatar Joe Orton
Browse files

* 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
parent d2be100c
Loading
Loading
Loading
Loading
+1 −4
Changes for modules/ldap/util_ldap_cache.c: 1 added line, 4 removed lines.
Original line number Diff line number Diff line
@@ -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);
apr_status_t util_ldap_cache_module_kill(void *data);

apr_status_t util_ldap_cache_module_kill(void *data)
static apr_status_t util_ldap_cache_module_kill(void *data)
{
    util_ldap_state_t *st = (util_ldap_state_t *)data;