mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Remove unneeded locking. Don't wait for memp_trickle to complete,
loosing an signal doesn't hurt in this case.
This commit is contained in:
parent
306aed6057
commit
760660a4a2
1 changed files with 0 additions and 2 deletions
|
|
@ -522,9 +522,7 @@ ID bdb_tool_entry_put(
|
|||
}
|
||||
|
||||
if (( slapMode & SLAP_TOOL_QUICK ) && (( e->e_id & 0xfff ) == 0xfff )) {
|
||||
ldap_pvt_thread_mutex_lock( &bdb_tool_trickle_mutex );
|
||||
ldap_pvt_thread_cond_signal( &bdb_tool_trickle_cond );
|
||||
ldap_pvt_thread_mutex_unlock( &bdb_tool_trickle_mutex );
|
||||
}
|
||||
|
||||
if ( !bdb->bi_linear_index )
|
||||
|
|
|
|||
Loading…
Reference in a new issue