mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix refresh_merge, using mods from wrong entry
This commit is contained in:
parent
73c46fa598
commit
deb1fb6eb6
@ -2735,7 +2735,7 @@ refresh_merge( Operation *op, SlapReply *rs )
|
||||
}
|
||||
}
|
||||
*b = NULL;
|
||||
slap_entry2mods( &ne, &modlist, &text, textbuf, textlen );
|
||||
slap_entry2mods( rs->sr_entry, &modlist, &text, textbuf, textlen );
|
||||
syncrepl_diff_entry( op, ne.e_attrs, rs->sr_entry->e_attrs,
|
||||
&mods, &modlist, 0 );
|
||||
be_entry_release_r( op, e );
|
||||
|
Loading…
Reference in New Issue
Block a user