Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
orbea -
OpenLDAP
Commits
5a6eabb6
Commit
5a6eabb6
authored
Jul 27, 2005
by
Hallvard Furuseth
Browse files
Silence unused variable warnings
parent
202b309d
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/acl.c
View file @
5a6eabb6
...
@@ -3455,8 +3455,8 @@ slap_dynacl_get( const char *name )
...
@@ -3455,8 +3455,8 @@ slap_dynacl_get( const char *name )
int
int
acl_init
(
void
)
acl_init
(
void
)
{
{
int
i
,
rc
;
#ifdef SLAP_DYNACL
#ifdef SLAP_DYNACL
int
i
,
rc
;
slap_dynacl_t
*
known_dynacl
[]
=
{
slap_dynacl_t
*
known_dynacl
[]
=
{
#ifdef SLAPD_ACI_ENABLED
#ifdef SLAPD_ACI_ENABLED
&
dynacl_aci
,
&
dynacl_aci
,
...
...
servers/slapd/bconfig.c
View file @
5a6eabb6
...
@@ -79,7 +79,9 @@ static int replicationInterval;
...
@@ -79,7 +79,9 @@ static int replicationInterval;
static
char
*
passwd_salt
;
static
char
*
passwd_salt
;
static
char
*
logfileName
;
static
char
*
logfileName
;
#ifdef SLAP_AUTH_REWRITE
static
BerVarray
authz_rewrites
;
static
BerVarray
authz_rewrites
;
#endif
static
struct
berval
cfdir
;
static
struct
berval
cfdir
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment