From: Pierangelo Masarati Date: Tue, 30 Aug 2005 11:00:23 +0000 (+0000) Subject: always init ACLs X-Git-Tag: OPENLDAP_REL_ENG_2_2_MP~533 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a836a77e27b3fef4c6974bed275ccdfaf61d1502;p=openldap always init ACLs --- diff --git a/servers/slapd/init.c b/servers/slapd/init.c index edc1689311..6b45897308 100644 --- a/servers/slapd/init.c +++ b/servers/slapd/init.c @@ -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; }