mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
Remove lint
This commit is contained in:
parent
448fc0e99a
commit
3fbee54fa5
@ -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",
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user