Skip to content
Snippets Groups Projects
Commit 8198a8fd authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix typo in last commit

parent 2d09d0a8
No related branches found
No related tags found
No related merge requests found
......@@ -86,7 +86,7 @@ modify_add_values(
} else {
rc = value_match( &match, mod->sm_desc, mr,
SLAP_MR_EQUALITY | SLAP_MR_VALUE_OF_ATTRIBUTE_SYNTAX,
&a->a_vals[i], &mod->sm_values[i], text );
&a->a_vals[j], &mod->sm_values[i], text );
}
if( rc != LDAP_SUCCESS ) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment