]> git.sur5r.net Git - openldap/commitdiff
Fix typo in last commit
authorKurt Zeilenga <kurt@openldap.org>
Thu, 8 Apr 2004 21:37:12 +0000 (21:37 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 8 Apr 2004 21:37:12 +0000 (21:37 +0000)
servers/slapd/mods.c

index 1fa5804553840b47fee0b79b3b91ea446cd0b1cb..fc540aa7f80c15a056adc0213861d0da72425019 100644 (file)
@@ -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 ) {