mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
ITS#7766 Fix previous commit
This commit is contained in:
parent
ac70b01bc4
commit
4da575d451
@ -5363,7 +5363,6 @@ void syncrepl_diff_entry( Operation *op, Attribute *old, Attribute *new,
|
||||
while ( old ) {
|
||||
Modifications *mod = ch_malloc( sizeof( Modifications ) );
|
||||
|
||||
mod = ch_malloc( sizeof( Modifications ) );
|
||||
mod->sml_op = LDAP_MOD_DELETE;
|
||||
mod->sml_flags = 0;
|
||||
mod->sml_desc = old->a_desc;
|
||||
|
Loading…
Reference in New Issue
Block a user