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

Required by backover.c -r1.22

parent fa694f0c
Branches
Tags
No related merge requests found
......@@ -141,7 +141,7 @@ monitor_subsys_database_init(
bi = be->bd_info;
if ( strcmp( be->bd_info->bi_type, "over" ) == 0 ) {
oi = (slap_overinfo *)be->bd_info;
oi = (slap_overinfo *)be->bd_info->bi_private;
bi = oi->oi_orig;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment