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
e544dad0
Commit
e544dad0
authored
Mar 12, 2009
by
Quanah Gibson-Mount
Browse files
ITS#6011
parent
78957d30
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
e544dad0
...
...
@@ -11,6 +11,7 @@ OpenLDAP 2.4.16 Engineering
Fixed slapd ctxcsn race condition (ITS#6001)
Fixed slapd syncrepl newCookie sync messages (ITS#5972)
Fixed slapd syncrepl multiple CSN propagation (ITS#5973)
Fixed slapd syncrepl hang during shutdown (ITS#6011)
Fixed slapd-bdb/hdb cachesize handling (ITS#5860)
Fixed slapd-bdb/hdb with slapcat with empty dn (ITS#6006)
Fixed slapd-ldap incorrect referral handling (ITS#6003,ITS#5916)
...
...
servers/slapd/syncrepl.c
View file @
e544dad0
...
...
@@ -1260,6 +1260,8 @@ do_syncrepl(
/* Don't get stuck here while a pause is initiated */
while
(
ldap_pvt_thread_mutex_trylock
(
&
si
->
si_mutex
))
{
if
(
slapd_shutdown
)
return
NULL
;
if
(
!
ldap_pvt_thread_pool_pausecheck
(
&
connection_pool
))
ldap_pvt_thread_yield
();
}
...
...
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