mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Silence warning in prev commit
This commit is contained in:
parent
f38d2df19b
commit
3bcb88e363
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue