Commit e009bda4 authored by Joe Orton's avatar Joe Orton
Browse files

* 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
parent bddca302
Loading
Loading
Loading
Loading
+0 −1
Changes for modules/aaa/mod_authnz_ldap.c: 0 added lines, 1 removed line.
Original line number Diff line number Diff line
@@ -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) {