mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-09 00:14:25 -05:00
Silence unused variable warnings
This commit is contained in:
parent
202b309dd1
commit
5a6eabb69d
2 changed files with 3 additions and 1 deletions
|
|
@ -3455,8 +3455,8 @@ slap_dynacl_get( const char *name )
|
|||
int
|
||||
acl_init( void )
|
||||
{
|
||||
int i, rc;
|
||||
#ifdef SLAP_DYNACL
|
||||
int i, rc;
|
||||
slap_dynacl_t *known_dynacl[] = {
|
||||
#ifdef SLAPD_ACI_ENABLED
|
||||
&dynacl_aci,
|
||||
|
|
|
|||
|
|
@ -79,7 +79,9 @@ static int replicationInterval;
|
|||
|
||||
static char *passwd_salt;
|
||||
static char *logfileName;
|
||||
#ifdef SLAP_AUTH_REWRITE
|
||||
static BerVarray authz_rewrites;
|
||||
#endif
|
||||
|
||||
static struct berval cfdir;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue