mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 01:29:59 -05:00
Fix typo in last commit
This commit is contained in:
parent
152829be87
commit
82c403cb7f
1 changed files with 1 additions and 1 deletions
|
|
@ -851,7 +851,7 @@ entry_naming_check(
|
|||
|
||||
#ifdef SLAP_NVALUES
|
||||
if ( value_find_ex( desc,
|
||||
SLAP_MR_ATTRIBUTE_VALUE_NORMALIZED_MATCH.
|
||||
SLAP_MR_ATTRIBUTE_VALUE_NORMALIZED_MATCH,
|
||||
attr->a_nvals ? attr->a_nvals : attr->a_vals,
|
||||
&ava->la_value ) != 0 )
|
||||
#else
|
||||
|
|
|
|||
Loading…
Reference in a new issue