From 84b83bc77a20445133f1555530aa037508fea8de Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 27 Jul 2005 19:36:07 +0000 Subject: [PATCH] * 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 --- modules/aaa/mod_authnz_ldap.c | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/aaa/mod_authnz_ldap.c b/modules/aaa/mod_authnz_ldap.c index a26e33712c..b8b549fa55 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) { -- 2.40.0