mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
fix new API leftover
This commit is contained in:
parent
d275fee025
commit
df29552130
@ -1118,7 +1118,7 @@ dn_match_cleanup:;
|
|||||||
* rights given by the acis.
|
* rights given by the acis.
|
||||||
*/
|
*/
|
||||||
for ( i = 0; at->a_vals[i].bv_val != NULL; i++ ) {
|
for ( i = 0; at->a_vals[i].bv_val != NULL; i++ ) {
|
||||||
if (aci_mask( be, conn, op,
|
if (aci_mask( op,
|
||||||
e, desc, val,
|
e, desc, val,
|
||||||
#ifdef SLAP_NVALUES
|
#ifdef SLAP_NVALUES
|
||||||
&at->a_nvals[i],
|
&at->a_nvals[i],
|
||||||
|
Loading…
Reference in New Issue
Block a user