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
Joe Martin
OpenLDAP
Commits
7dc122a9
Commit
7dc122a9
authored
May 29, 2008
by
Howard Chu
Browse files
sync with HEAD, re-fix ITS#5401
parent
0792d7ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/syncprov.c
View file @
7dc122a9
...
...
@@ -2107,7 +2107,7 @@ syncprov_search_response( Operation *op, SlapReply *rs )
if
(
op
->
o_abandon
)
{
ldap_pvt_thread_mutex_unlock
(
&
op
->
o_conn
->
c_mutex
);
ldap_pvt_thread_mutex_unlock
(
&
ss
->
ss_so
->
s_mutex
);
syncprov_
free_syncop
(
ss
->
ss_so
);
/*
syncprov_
ab_cleanup will free this syncop */
return
SLAPD_ABANDON
;
}
else
{
...
...
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