Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Joe Martin
OpenLDAP
Commits
40065adb
Commit
40065adb
authored
Dec 08, 2009
by
Pierangelo Masarati
Browse files
remove REP_ENTRY_MUSTRELEASE when copying (ITS
#6423
)
parent
c79267b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/dynlist.c
View file @
40065adb
...
...
@@ -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
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment