mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
ITS#9456 fix asyncmeta_timeout_loop()
This commit is contained in:
parent
e3fd030aef
commit
7c129c8d62
@ -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 New Issue
Block a user