mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 08:39:37 -05:00
ITS#9456 fix asyncmeta_timeout_loop()
This commit is contained in:
parent
e3fd030aef
commit
7c129c8d62
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue