Fix prev commit

This commit is contained in:
Howard Chu 2003-03-24 19:36:25 +00:00
parent 4853334ad4
commit 837c7eb78e

View file

@ -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,