mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 03:44:58 -05:00
ITS#5925 fix prev commit
This commit is contained in:
parent
7ced805b19
commit
ab123880df
1 changed files with 3 additions and 1 deletions
|
|
@ -1003,8 +1003,10 @@ glue_db_init(
|
|||
|
||||
SLAP_DBFLAGS( be ) |= SLAP_DBFLAG_GLUE_INSTANCE;
|
||||
|
||||
if ( ga_list )
|
||||
if ( ga_list ) {
|
||||
be->bd_info = oi;
|
||||
glue_sub_attach( 1 );
|
||||
}
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue