Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
7c129c8d
Commit
7c129c8d
authored
Feb 06, 2021
by
Howard Chu
Browse files
ITS#9456 fix asyncmeta_timeout_loop()
parent
e3fd030a
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/back-asyncmeta/meta_result.c
View file @
7c129c8d
...
...
@@ -1813,6 +1813,7 @@ void* asyncmeta_timeout_loop(void *ctx, void *arg)
rtask
->
interval
.
tv_usec
=
0
;
ldap_pvt_runqueue_resched
(
&
slapd_rq
,
rtask
,
0
);
ldap_pvt_thread_mutex_unlock
(
&
slapd_rq
.
rq_mutex
);
slap_wake_listener
();
return
NULL
;
}
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