ITS#5925 fix prev commit

This commit is contained in:
Howard Chu 2009-02-10 04:32:15 +00:00
parent 7ced805b19
commit ab123880df

View file

@ -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;
}