Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
OpenLDAP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joe Martin
OpenLDAP
Commits
210b7225
Commit
210b7225
authored
16 years ago
by
Quanah Gibson-Mount
Browse files
Options
Downloads
Patches
Plain Diff
ITS#5841
parent
8ac01163
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGES
+1
-0
1 addition, 0 deletions
CHANGES
libraries/libldap_r/tpool.c
+1
-2
1 addition, 2 deletions
libraries/libldap_r/tpool.c
with
2 additions
and
2 deletions
CHANGES
+
1
−
0
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)
...
...
This diff is collapsed.
Click to expand it.
libraries/libldap_r/tpool.c
+
1
−
2
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
);
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment