mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
Fix prev commit
This commit is contained in:
parent
25334fec4e
commit
de85fbc6e0
1 changed files with 2 additions and 6 deletions
|
|
@ -684,13 +684,9 @@ glue_db_close(
|
|||
)
|
||||
{
|
||||
slap_overinst *on = (slap_overinst *)be->bd_info;
|
||||
int rc = 0;
|
||||
|
||||
if ( on->on_info->oi_orig->bi_db_close ) {
|
||||
rc = on->on_info->oi_orig->bi_db_close( be );
|
||||
on->on_info->oi_orig->bi_db_close = NULL;
|
||||
}
|
||||
return rc;
|
||||
on->on_info->oi_bi.bi_db_close = NULL;
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue