diff options
Diffstat (limited to 'source4/torture/ldap/cldapbench.c')
-rw-r--r-- | source4/torture/ldap/cldapbench.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/ldap/cldapbench.c b/source4/torture/ldap/cldapbench.c index 8d541325e8..fc45f883e7 100644 --- a/source4/torture/ldap/cldapbench.c +++ b/source4/torture/ldap/cldapbench.c @@ -101,7 +101,7 @@ static BOOL bench_cldap(TALLOC_CTX *mem_ctx, const char *address) benchmark how fast a CLDAP server can respond to a series of parallel requests */ -BOOL torture_bench_cldap(void) +BOOL torture_bench_cldap(struct torture_context *torture) { const char *address; struct nbt_name name; |