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

Required by backover.c -r1.22

parent e918210f
No related branches found
No related tags found
No related merge requests found
......@@ -118,7 +118,7 @@ monitor_subsys_overlay_init(
continue;
}
on2 = ((slap_overinfo *)be->bd_info)->oi_list;
on2 = ((slap_overinfo *)be->bd_info->bi_private)->oi_list;
for ( ; on2; on2 = on2->on_next ) {
if ( on2->on_bi.bi_type == on->on_bi.bi_type ) {
break;
......
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