]> granicus.if.org Git - apache/commitdiff
* Fix compiler warning
authorRuediger Pluem <rpluem@apache.org>
Mon, 31 May 2010 07:15:35 +0000 (07:15 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 31 May 2010 07:15:35 +0000 (07:15 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@949673 13f79535-47bb-0310-9956-ffa450edef68

modules/aaa/mod_authnz_ldap.c

index 5409f81bea9a799144c6cad892822b20e5b4d89d..0ec97ae6741bb2880d26ef354090ceb999f518ac 100644 (file)
@@ -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 =