mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
Silence warnings
This commit is contained in:
parent
3a915bbd66
commit
b2f2c1bb04
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue