mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
Fix db_close
This commit is contained in:
parent
6b1c641bc1
commit
7129b27810
1 changed files with 1 additions and 1 deletions
|
|
@ -160,7 +160,7 @@ over_db_close(
|
|||
}
|
||||
}
|
||||
|
||||
if ( be->bd_info->bi_db_close ) {
|
||||
if ( oi->oi_orig->bi_db_close ) {
|
||||
be->bd_info = oi->oi_orig;
|
||||
rc = be->bd_info->bi_db_close( be );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue