mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
ITS#7766 Fix previous commit
This commit is contained in:
parent
ac70b01bc4
commit
4da575d451
1 changed files with 0 additions and 1 deletions
|
|
@ -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 a new issue