mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 10:39:34 -05:00
Same as ITS#4385, must wake listener after submitting job to runqueue
This commit is contained in:
parent
074b1fa409
commit
6344d36df0
1 changed files with 1 additions and 0 deletions
|
|
@ -659,6 +659,7 @@ bdb_cache_lru_add(
|
|||
bdb->bi_dbenv_home );
|
||||
}
|
||||
ldap_pvt_thread_mutex_unlock( &slapd_rq.rq_mutex );
|
||||
slap_wake_listener();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue