mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Required by backover.c -r1.22
This commit is contained in:
parent
fa694f0c3c
commit
e918210fc2
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue