mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-31 20:19:34 -05:00
Fix prev commit
This commit is contained in:
parent
4853334ad4
commit
837c7eb78e
1 changed files with 1 additions and 1 deletions
|
|
@ -488,7 +488,7 @@ slap_mods2entry(
|
|||
SLAP_MR_EQUALITY | SLAP_MR_VALUE_OF_ASSERTION_SYNTAX
|
||||
| SLAP_MR_ASSERTED_VALUE_NORMALIZED_MATCH
|
||||
| SLAP_MR_ATTRIBUTE_VALUE_NORMALIZED_MATCH,
|
||||
&mods->sml_nvalues[i], &mods->sml_nvalues[j], &text );
|
||||
&mods->sml_nvalues[i], &mods->sml_nvalues[j], text );
|
||||
if ( rc == LDAP_SUCCESS && match == 0 ) {
|
||||
/* value exists already */
|
||||
snprintf( textbuf, textlen,
|
||||
|
|
|
|||
Loading…
Reference in a new issue