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
210b7225
Commit
210b7225
authored
Dec 15, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5841
parent
8ac01163
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
210b7225
...
...
@@ -4,6 +4,7 @@ OpenLDAP 2.4.14 Engineering
Fixed libldap deref handling (ITS#5768)
Fixed libldap peer cert memory leak (ITS#5849)
Fixed libldap_r deref building (ITS#5768)
Fixed libldap_r slapd lockup when paused during shutdown (ITS#5841)
Fixed slapd syncrepl rename handling (ITS#5809)
Fixed slapd syncrepl MMR when adding new server (ITS#5850)
Fixed slapd-meta double response sending (ITS#5854)
...
...
libraries/libldap_r/tpool.c
View file @
210b7225
...
...
@@ -785,8 +785,7 @@ ldap_pvt_thread_pool_resume (
SET_VARY_OPEN_COUNT
(
pool
);
pool
->
ltp_work_list
=
&
pool
->
ltp_pending_list
;
if
(
!
pool
->
ltp_finishing
)
ldap_pvt_thread_cond_broadcast
(
&
pool
->
ltp_cond
);
ldap_pvt_thread_cond_broadcast
(
&
pool
->
ltp_cond
);
ldap_pvt_thread_mutex_unlock
(
&
pool
->
ltp_mutex
);
return
(
0
);
...
...
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