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

Fix db_close

parent 6b1c641b
No related branches found
No related tags found
No related merge requests found
......@@ -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 );
}
......
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