mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-23 15:23:00 -05:00
SLAP_NVALUES fix dup check
This commit is contained in:
parent
7e31732cc5
commit
7c9e8b1b87
1 changed files with 1 additions and 1 deletions
|
|
@ -469,7 +469,7 @@ slap_mods2entry(
|
|||
/* test asserted values against themselves */
|
||||
for( j = 0; j < i; j++ ) {
|
||||
rc = value_match( &match, mods->sml_desc, mr,
|
||||
SLAP_MR_EQUALITY | SLAP_MR_VALUE_OF_ASSERTION_SYNTAX
|
||||
SLAP_MR_EQUALITY | SLAP_MR_VALUE_OF_ATTRIBUTE_SYNTAX
|
||||
| SLAP_MR_ASSERTED_VALUE_NORMALIZED_MATCH
|
||||
| SLAP_MR_ATTRIBUTE_VALUE_NORMALIZED_MATCH,
|
||||
&mods->sml_nvalues[i], &mods->sml_nvalues[j], text );
|
||||
|
|
|
|||
Loading…
Reference in a new issue