mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Silence warning in prev commit
This commit is contained in:
parent
f38d2df19b
commit
3bcb88e363
@ -1004,7 +1004,7 @@ glue_db_init(
|
||||
SLAP_DBFLAGS( be ) |= SLAP_DBFLAG_GLUE_INSTANCE;
|
||||
|
||||
if ( ga_list ) {
|
||||
be->bd_info = oi;
|
||||
be->bd_info = (BackendInfo *)oi;
|
||||
glue_sub_attach( 1 );
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user