mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-22 07:39:35 -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;
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue