mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-09 22:04:12 -05:00
ITS#8667 Do not finish glue initialisation in tool mode unless requested
This commit is contained in:
parent
242ab9c6ef
commit
dac02c7ef1
1 changed files with 1 additions and 1 deletions
|
|
@ -1309,7 +1309,7 @@ glue_db_init(
|
|||
|
||||
SLAP_DBFLAGS( be ) |= SLAP_DBFLAG_GLUE_INSTANCE;
|
||||
|
||||
if ( ga_list ) {
|
||||
if ( ga_list && ( slapMode & SLAP_SERVER_MODE ) ) {
|
||||
be->bd_info = (BackendInfo *)oi;
|
||||
glue_sub_attach( 1 );
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue