Skip to content
Snippets Groups Projects
Commit 837c7eb7 authored by Howard Chu's avatar Howard Chu
Browse files

Fix prev commit

parent 4853334a
Branches
Tags
No related merge requests found
......@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment