Silence warnings

This commit is contained in:
Howard Chu 2021-02-05 21:49:18 +00:00
parent 3a915bbd66
commit b2f2c1bb04

View file

@ -198,7 +198,6 @@ void display()
{ {
int i, j; int i, j;
struct timeval now; struct timeval now;
struct tm *tm;
time_t now_t; time_t now_t;
gettimeofday(&now, NULL); gettimeofday(&now, NULL);
@ -339,7 +338,7 @@ void get_counters(
BerElement *ber, BerElement *ber,
counters *c ) counters *c )
{ {
int i, rc; int rc;
slap_op_t op = SLAP_OP_BIND; slap_op_t op = SLAP_OP_BIND;
struct berval dn, bv, *bvals, **bvp = &bvals; struct berval dn, bv, *bvals, **bvp = &bvals;
@ -560,6 +559,7 @@ setup_server( struct tester_conn_args *config, server *sv, int first )
} }
if ( first ) if ( first )
rotate_stats( sv ); rotate_stats( sv );
return 0;
} }
int int