From: Joe Orton Date: Wed, 27 Jul 2005 19:36:07 +0000 (+0000) Subject: * modules/aaa/mod_authnz_ldap.c (authz_ldap_check_user_access): Remove X-Git-Tag: 2.1.7~5^2~69 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84b83bc77a20445133f1555530aa037508fea8de;p=thirdparty%2Fapache%2Fhttpd.git * modules/aaa/mod_authnz_ldap.c (authz_ldap_check_user_access): Remove unused variable. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@225587 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/aaa/mod_authnz_ldap.c b/modules/aaa/mod_authnz_ldap.c index a26e33712cb..b8b549fa551 100644 --- a/modules/aaa/mod_authnz_ldap.c +++ b/modules/aaa/mod_authnz_ldap.c @@ -486,7 +486,6 @@ static int authz_ldap_check_user_access(request_rec *r) char filtbuf[FILTER_LENGTH]; const char *dn = NULL; const char **vals = NULL; - const char *type = ap_auth_type(r); /* if (!sec->enabled) {