Silence unused variable warnings

This commit is contained in:
Hallvard Furuseth 2005-07-27 08:52:32 +00:00
parent 202b309dd1
commit 5a6eabb69d
2 changed files with 3 additions and 1 deletions

View file

@ -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,

View file

@ -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;