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
a85f578b
Commit
a85f578b
authored
Nov 10, 2008
by
Quanah Gibson-Mount
Browse files
ITS#5776
parent
653b7e3e
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
a85f578b
...
...
@@ -33,6 +33,7 @@ OpenLDAP 2.4.13 Engineering
Fixed slapo-rwm rewriting undefined filter (ITS#5731)
Fixed slapo-rwm rewritten DN-valued attrs (ITS#5772)
Fixed slapo-rwm reusing freed filter (ITS#5732)
Fixed slapo-syncprov runqueue removal (ITS#5776)
Added slapo-translucent try local bind when remote fails (ITS#5656)
Added slapo-translucent support for PasswordModify exop (ITS#5656)
Fixed tools simple bind without SASL (ITS#5753)
...
...
servers/slapd/overlays/syncprov.c
View file @
a85f578b
...
...
@@ -908,6 +908,10 @@ syncprov_qplay( Operation *op, struct re_s *rtask )
}
else
{
/* bail out on any error */
ldap_pvt_runqueue_remove
(
&
slapd_rq
,
rtask
);
/* Prevent duplicate remove */
if
(
so
->
s_qtask
==
rtask
)
so
->
s_qtask
=
NULL
;
}
ldap_pvt_thread_mutex_unlock
(
&
slapd_rq
.
rq_mutex
);
ldap_pvt_thread_mutex_unlock
(
&
so
->
s_mutex
);
...
...
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