]> git.sur5r.net Git - openldap/commitdiff
always init ACLs
authorPierangelo Masarati <ando@openldap.org>
Tue, 30 Aug 2005 11:00:23 +0000 (11:00 +0000)
committerPierangelo Masarati <ando@openldap.org>
Tue, 30 Aug 2005 11:00:23 +0000 (11:00 +0000)
servers/slapd/init.c

index edc1689311e648eae8e9ba2fa3ea7f0ce3418f67..6b4589730810492f39cd09979ae97816f7482bd6 100644 (file)
@@ -216,7 +216,6 @@ slap_init( int mode, const char *name )
                return 1;
        }
 
-#ifdef SLAP_DYNACL
        if ( acl_init() ) {
                ldap_debug |= 1;
                Debug( LDAP_DEBUG_ANY,
@@ -224,7 +223,7 @@ slap_init( int mode, const char *name )
                    name, 0, 0 );
                return 1;
        }
-#endif /* SLAP_DYNACL */
+
        return rc;
 }