mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-18 11:05:48 +08:00
SLAPD_SCHEMA_NOT_COMPAT: fix typo
This commit is contained in:
parent
bdf9b0d017
commit
e4a7b953f3
@ -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 New Issue
Block a user