mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-19 05:13:35 -05:00
Required by backover.c -r1.22
This commit is contained in:
parent
e918210fc2
commit
ebd1832d21
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue