Skip to content
Snippets Groups Projects
Commit e4a7b953 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

SLAPD_SCHEMA_NOT_COMPAT: fix typo

parent bdf9b0d0
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment