mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 22:20:28 -05:00
SLAPD_SCHEMA_NOT_COMPAT: fix typo
This commit is contained in:
parent
bdf9b0d017
commit
e4a7b953f3
1 changed files with 1 additions and 1 deletions
|
|
@ -581,7 +581,7 @@ acl_mask(
|
|||
*/
|
||||
for ( i = 0; at->a_vals[i] != NULL; i++ ) {
|
||||
if (aci_mask( be, op,
|
||||
e, attr, val, at->a_vals[i],
|
||||
e, desc, val, at->a_vals[i],
|
||||
matches, &grant, &deny ) != 0)
|
||||
{
|
||||
tgrant |= grant;
|
||||
|
|
|
|||
Loading…
Reference in a new issue