mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-28 02:29:34 -05:00
Fix prev commit
This commit is contained in:
parent
907b9d4877
commit
cec27aa517
1 changed files with 2 additions and 0 deletions
|
|
@ -145,6 +145,7 @@ int mdb_tool_entry_open(
|
|||
int mdb_tool_entry_close(
|
||||
BackendDB *be )
|
||||
{
|
||||
#ifdef MDB_TOOL_IDL_CACHING
|
||||
if ( mdb_tool_info ) {
|
||||
int i;
|
||||
slapd_shutdown = 1;
|
||||
|
|
@ -185,6 +186,7 @@ int mdb_tool_entry_close(
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
if( idcursor ) {
|
||||
mdb_cursor_close( idcursor );
|
||||
|
|
|
|||
Loading…
Reference in a new issue