mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Fix typo
This commit is contained in:
parent
08ae7adfee
commit
3f48cabdde
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue