Skip to content
Snippets Groups Projects
Commit a85f578b authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

ITS#5776

parent 653b7e3e
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment