summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorRuediger Pluem <rpluem@apache.org>2010-05-31 07:15:35 +0000
committerRuediger Pluem <rpluem@apache.org>2010-05-31 07:15:35 +0000
commit4dda9383cb207a4ff98f169c7ad231d4257c07b2 (patch)
treec512aa0203f9f56e059dbffa2d57c8cc211c3da2 /modules
parent1727457dd34f066aeecc71cabbab0ef7f59e0a56 (diff)
downloadhttpd-4dda9383cb207a4ff98f169c7ad231d4257c07b2.tar.gz
* Fix compiler warning
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@949673 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules')
-rw-r--r--modules/aaa/mod_authnz_ldap.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/aaa/mod_authnz_ldap.c b/modules/aaa/mod_authnz_ldap.c
index 5409f81bea..0ec97ae674 100644
--- a/modules/aaa/mod_authnz_ldap.c
+++ b/modules/aaa/mod_authnz_ldap.c
@@ -354,7 +354,8 @@ static apr_status_t authnz_ldap_cleanup_connection_close(void *param)
static int set_request_vars(request_rec *r, enum auth_ldap_phase phase) {
char *prefix = NULL;
- int prefix_len, remote_user_attribute_set;
+ int prefix_len;
+ int remote_user_attribute_set = 0;
authn_ldap_request_t *req =
(authn_ldap_request_t *)ap_get_module_config(r->request_config, &authnz_ldap_module);
authn_ldap_config_t *sec =