Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tero Saarni
OpenLDAP
Commits
8945eb7d
Commit
8945eb7d
authored
Aug 29, 2014
by
Howard Chu
Committed by
Quanah Gibson-Mount
Aug 28, 2014
Browse files
ITS#7928 fix syncprov abandon cleanup
parent
ee66ed41
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/syncprov.c
View file @
8945eb7d
...
...
@@ -1116,7 +1116,7 @@ syncprov_ab_cleanup( Operation *op, SlapReply *rs )
{
slap_callback
*
sc
=
op
->
o_callback
;
op
->
o_callback
=
sc
->
sc_next
;
syncprov_drop_psearch
(
op
->
o_callback
->
sc_private
,
0
);
syncprov_drop_psearch
(
sc
->
sc_private
,
0
);
op
->
o_tmpfree
(
sc
,
op
->
o_tmpmemctx
);
return
0
;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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