Required by backover.c -r1.22

This commit is contained in:
Howard Chu 2004-07-19 20:25:43 +00:00
parent e918210fc2
commit ebd1832d21

View File

@ -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;