SLAPD_SCHEMA_NOT_COMPAT: fix typo

This commit is contained in:
Kurt Zeilenga 2000-05-29 04:57:31 +00:00
parent bdf9b0d017
commit e4a7b953f3

View File

@ -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;