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