mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
fixed var declaration in the middle of code.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@599425 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -1112,10 +1112,8 @@ static int uldap_cache_check_subgroups(request_rec *r,
|
|||||||
util_compare_node_t the_compare_node;
|
util_compare_node_t the_compare_node;
|
||||||
util_compare_subgroup_t *tmp_local_sgl = NULL;
|
util_compare_subgroup_t *tmp_local_sgl = NULL;
|
||||||
int lcl_sgl_processedFlag = 0, sgindex = 0, base_sgcIndex = 0;
|
int lcl_sgl_processedFlag = 0, sgindex = 0, base_sgcIndex = 0;
|
||||||
struct mod_auth_ldap_groupattr_entry_t *sgc_ents;
|
struct mod_auth_ldap_groupattr_entry_t *sgc_ents =
|
||||||
|
(struct mod_auth_ldap_groupattr_entry_t *) subgroupclasses->elts;
|
||||||
sgc_ents = (struct mod_auth_ldap_groupattr_entry_t *) subgroupclasses->elts;
|
|
||||||
|
|
||||||
util_ldap_state_t *st = (util_ldap_state_t *)
|
util_ldap_state_t *st = (util_ldap_state_t *)
|
||||||
ap_get_module_config(r->server->module_config,
|
ap_get_module_config(r->server->module_config,
|
||||||
&ldap_module);
|
&ldap_module);
|
||||||
|
Reference in New Issue
Block a user