mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-04 14:10:39 -05:00
More cleanup for previous slapadd tweaks
This commit is contained in:
parent
ea026cb2cf
commit
8a6402436e
1 changed files with 2 additions and 2 deletions
|
|
@ -198,12 +198,12 @@ int bdb_tool_entry_close(
|
|||
}
|
||||
ldap_pvt_thread_mutex_unlock( &bdb_tool_index_mutex );
|
||||
|
||||
bdb_tool_info = NULL;
|
||||
slapd_shutdown = 0;
|
||||
ch_free( bdb_tool_index_threads );
|
||||
ch_free( bdb_tool_index_rec );
|
||||
bdb_tool_index_tcount = bdb_tool_threads - 1;
|
||||
}
|
||||
bdb_tool_info = NULL;
|
||||
slapd_shutdown = 0;
|
||||
}
|
||||
|
||||
if( eh.bv.bv_val ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue