mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
remove REP_ENTRY_MUSTRELEASE when copying (ITS#6423)
This commit is contained in:
parent
c79267b88a
commit
40065adb4d
1 changed files with 1 additions and 0 deletions
|
|
@ -465,6 +465,7 @@ dynlist_prepare_entry( Operation *op, SlapReply *rs, dynlist_info_t *dli )
|
|||
if ( !( rs->sr_flags & REP_ENTRY_MODIFIABLE ) ) {
|
||||
e = entry_dup( rs->sr_entry );
|
||||
e_flags |= ( REP_ENTRY_MODIFIABLE | REP_ENTRY_MUSTBEFREED );
|
||||
e_flags &= ~REP_ENTRY_MUSTRELEASE;
|
||||
} else {
|
||||
e = rs->sr_entry;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue