summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ldap/servers/plugins/replication/repl5_agmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ldap/servers/plugins/replication/repl5_agmt.c b/ldap/servers/plugins/replication/repl5_agmt.c
index afc0b15e..4a660f19 100644
--- a/ldap/servers/plugins/replication/repl5_agmt.c
+++ b/ldap/servers/plugins/replication/repl5_agmt.c
@@ -1465,7 +1465,7 @@ agmt_notify_change(Repl_Agmt *agmt, Slapi_PBlock *pb)
for (j = 0; !affects_fractional_attribute && NULL != mods[j]; j++)
{
if (slapi_attr_types_equivalent(agmt->frac_attrs[i],
- mods[i]->mod_type))
+ mods[j]->mod_type))
{
affects_fractional_attribute = 1;
}