mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
always init ACLs
This commit is contained in:
parent
9baa6f4c99
commit
a836a77e27
1 changed files with 1 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue