From 419b6bb2f88dd91112ad16a91b8a9565a2bbb485 Mon Sep 17 00:00:00 2001 From: Ruediger Pluem Date: Wed, 28 Nov 2007 20:53:30 +0000 Subject: [PATCH] * Remove unused variable and thus remove compiler warning git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@599143 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ldap/util_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ldap/util_ldap.c b/modules/ldap/util_ldap.c index 792ad0a189..76d80c9dd4 100644 --- a/modules/ldap/util_ldap.c +++ b/modules/ldap/util_ldap.c @@ -1012,7 +1012,7 @@ static int uldap_cache_check_subgroups(request_rec *r, util_ldap_connection_t *l util_compare_node_t *compare_nodep; util_compare_node_t the_compare_node; util_compare_subgroup_t *tmp_local_sgl = NULL; - int lcl_sgl_processedFlag = 0, failures = 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 *) subgroupclasses->elts; util_ldap_state_t *st = (util_ldap_state_t *) -- 2.50.1