mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
Fix typo in last commit
This commit is contained in:
parent
2d09d0a8b1
commit
8198a8fd45
1 changed files with 1 additions and 1 deletions
|
|
@ -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 ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue