]> git.sur5r.net Git - openldap/commitdiff
More for ITS#5925
authorQuanah Gibson-Mount <quanah@openldap.org>
Tue, 10 Feb 2009 06:16:13 +0000 (06:16 +0000)
committerQuanah Gibson-Mount <quanah@openldap.org>
Tue, 10 Feb 2009 06:16:13 +0000 (06:16 +0000)
servers/slapd/backglue.c

index f8df9b2006f42f7bb8ca9ca27b525d6f0ea8388a..33ec4d352df9d4aa8290c8b34c0b49dd9c69ff06 100644 (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;
 }