mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
remove unused code
This commit is contained in:
parent
1716397673
commit
e48e3e7503
1 changed files with 0 additions and 5 deletions
|
|
@ -2043,11 +2043,6 @@ acl_set_cb_gather( Operation *op, SlapReply *rs )
|
|||
|
||||
a = attr_find( rs->sr_entry->e_attrs, desc );
|
||||
if ( a != NULL ) {
|
||||
int i;
|
||||
|
||||
for ( i = 0; !BER_BVISNULL( &a->a_nvals[ i ] ); i++ )
|
||||
;
|
||||
|
||||
bvalsp = a->a_nvals;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue