Return-Path: Delivered-To: apmail-httpd-cvs-archive@www.apache.org Received: (qmail 19047 invoked from network); 27 Jul 2005 19:36:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Jul 2005 19:36:25 -0000 Received: (qmail 89923 invoked by uid 500); 27 Jul 2005 19:36:24 -0000 Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 89880 invoked by uid 500); 27 Jul 2005 19:36:23 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 89867 invoked by uid 99); 27 Jul 2005 19:36:23 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 27 Jul 2005 12:36:12 -0700 Received: (qmail 18955 invoked by uid 65534); 27 Jul 2005 19:36:10 -0000 Message-ID: <20050727193610.18954.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r225587 - /httpd/httpd/trunk/modules/aaa/mod_authnz_ldap.c Date: Wed, 27 Jul 2005 19:36:10 -0000 To: cvs@httpd.apache.org From: jorton@apache.org X-Mailer: svnmailer-1.0.2 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jorton Date: Wed Jul 27 12:36:07 2005 New Revision: 225587 URL: http://svn.apache.org/viewcvs?rev=225587&view=rev Log: * modules/aaa/mod_authnz_ldap.c (authz_ldap_check_user_access): Remove unused variable. Modified: httpd/httpd/trunk/modules/aaa/mod_authnz_ldap.c Modified: httpd/httpd/trunk/modules/aaa/mod_authnz_ldap.c URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/modules/aaa/mod_authnz_ldap.c?rev=225587&r1=225586&r2=225587&view=diff ============================================================================== --- httpd/httpd/trunk/modules/aaa/mod_authnz_ldap.c (original) +++ httpd/httpd/trunk/modules/aaa/mod_authnz_ldap.c Wed Jul 27 12:36:07 2005 @@ -486,7 +486,6 @@ char filtbuf[FILTER_LENGTH]; const char *dn = NULL; const char **vals = NULL; - const char *type = ap_auth_type(r); /* if (!sec->enabled) {