]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/init.c
ITS#4088 force cursors to use same locker
[openldap] / servers / slapd / init.c
index 6b4589730810492f39cd09979ae97816f7482bd6..ab5f17b7a72cdeca721a9ff64d37b98e92e571c4 100644 (file)
@@ -216,6 +216,15 @@ slap_init( int mode, const char *name )
                return 1;
        }
 
+       if ( glue_sub_init() ) {
+               ldap_debug |= 1;
+               Debug( LDAP_DEBUG_ANY,
+                   "%s: glue/subordinate init failed\n",
+                   name, 0, 0 );
+
+               return 1;
+       }
+
        if ( acl_init() ) {
                ldap_debug |= 1;
                Debug( LDAP_DEBUG_ANY,