mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
Required by backover.c -r1.22
This commit is contained in:
parent
e918210fc2
commit
ebd1832d21
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user