]> git.sur5r.net Git - openldap/commitdiff
Remove lint
authorKurt Zeilenga <kurt@openldap.org>
Wed, 27 Oct 1999 04:40:56 +0000 (04:40 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Wed, 27 Oct 1999 04:40:56 +0000 (04:40 +0000)
servers/slapd/acl.c
servers/slapd/back-ldbm/search.c

index d605a07c4408dde00ffdc4448215a3cdd5411de0..b7b9510e1bf64d9b5a0a609ac693168b5eb25dcf 100644 (file)
@@ -195,7 +195,6 @@ acl_get(
     regmatch_t *matches
 )
 {
-       AccessControl   *next;
        assert( e != NULL );
        assert( count != NULL );
 
@@ -592,8 +591,6 @@ acl_check_modlist(
        }
 
        for ( ; mlist != NULL; mlist = mlist->ml_next ) {
-               regmatch_t       matches[MAXREMATCHES];
-
                /* the lastmod attributes are ignored by ACL checking */
                if ( oc_check_no_usermod_attr( mlist->ml_type ) ) {
                        Debug( LDAP_DEBUG_ACL, "Operational attribute: %s access allowed\n",
index 36203bdaa4e9f4a1da0602be6e108e40935760b4..67a6c82e176588f06575c9f6f869f97528983576 100644 (file)
@@ -128,7 +128,7 @@ ldbm_back_search(
                    be->be_sizelimit : slimit;
        }
 
-       if ( scope == LDAP_SCOPE_BASE) {
+       if ( scope == LDAP_SCOPE_BASE ) {
                candidates = base_candidate( be, e );
 
        } else {