Browse Source

154948 - Fixed fractional repl crash

Nathan Kinder 20 years ago
parent
commit
bdbbeaed73
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ldap/servers/plugins/replication/repl5_agmt.c

+ 1 - 1
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;
 							}