Skip to content
Snippets Groups Projects
Commit 58d1df26 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

fix possible typo

parent 377bccbc
Branches
Tags
No related merge requests found
......@@ -226,7 +226,7 @@ int value_find_ex(
mr->smr_normalize )
{
rc = (mr->smr_normalize)(
flags & SLAP_MR_TYPE_MASK|SLAP_MR_SUBTYPE_MASK,
flags & (SLAP_MR_TYPE_MASK|SLAP_MR_SUBTYPE_MASK),
ad ? ad->ad_type->sat_syntax : NULL,
mr, val, &nval, ctx );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment