mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 14:42:10 -05:00
fix possible typo
This commit is contained in:
parent
377bccbc6c
commit
58d1df26d8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue