mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix typo
This commit is contained in:
parent
08ae7adfee
commit
3f48cabdde
@ -1125,7 +1125,7 @@ dn_match_cleanup:;
|
||||
if (aci_mask( be, conn, op,
|
||||
e, desc, val,
|
||||
#ifdef SLAP_NVALUES
|
||||
at->a_vals ? &at->a_nvals[i] : &at->a_vals[i],
|
||||
at->a_nvals ? &at->a_nvals[i] : &at->a_vals[i],
|
||||
#else
|
||||
&at->a_vals[i],
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user