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
Robert Dubner
OpenLDAP
Commits
b2f2c1bb
Commit
b2f2c1bb
authored
Feb 05, 2021
by
Howard Chu
Browse files
Silence warnings
parent
3a915bbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/progs/slapd-watcher.c
View file @
b2f2c1bb
...
...
@@ -198,7 +198,6 @@ void display()
{
int
i
,
j
;
struct
timeval
now
;
struct
tm
*
tm
;
time_t
now_t
;
gettimeofday
(
&
now
,
NULL
);
...
...
@@ -339,7 +338,7 @@ void get_counters(
BerElement
*
ber
,
counters
*
c
)
{
int
i
,
rc
;
int
rc
;
slap_op_t
op
=
SLAP_OP_BIND
;
struct
berval
dn
,
bv
,
*
bvals
,
**
bvp
=
&
bvals
;
...
...
@@ -560,6 +559,7 @@ setup_server( struct tester_conn_args *config, server *sv, int first )
}
if
(
first
)
rotate_stats
(
sv
);
return
0
;
}
int
...
...
Write
Preview
Markdown
is supported
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