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
openldap
OpenLDAP
Commits
393e6e5e
Commit
393e6e5e
authored
Sep 21, 2006
by
Howard Chu
Browse files
Tweak prev commit, avoid referencing syncop when resetting qtask
parent
c1fad2d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/overlays/syncprov.c
View file @
393e6e5e
...
...
@@ -906,9 +906,9 @@ syncprov_qtask( void *ctx, void *arg )
/* wait until we get explicitly scheduled again */
ldap_pvt_thread_mutex_lock
(
&
slapd_rq
.
rq_mutex
);
ldap_pvt_runqueue_stoptask
(
&
slapd_rq
,
so
->
s_q
task
);
ldap_pvt_runqueue_stoptask
(
&
slapd_rq
,
r
task
);
if
(
rc
==
0
)
{
ldap_pvt_runqueue_resched
(
&
slapd_rq
,
so
->
s_q
task
,
1
);
ldap_pvt_runqueue_resched
(
&
slapd_rq
,
r
task
,
1
);
}
else
{
/* bail out on any error */
ldap_pvt_runqueue_remove
(
&
slapd_rq
,
rtask
);
...
...
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