Skip to content
Snippets Groups Projects
Commit cec27aa5 authored by Howard Chu's avatar Howard Chu
Browse files

Fix prev commit

parent 907b9d48
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment