summaryrefslogtreecommitdiff
path: root/source4/torture/nbench
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/nbench')
-rw-r--r--source4/torture/nbench/nbench.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/nbench/nbench.c b/source4/torture/nbench/nbench.c
index e437729980..53ca760b99 100644
--- a/source4/torture/nbench/nbench.c
+++ b/source4/torture/nbench/nbench.c
@@ -40,7 +40,7 @@ static BOOL run_netbench(struct cli_state *cli, int client)
nb_setup(cli, client, warmup);
- asprintf(&cname, "client%d", client);
+ asprintf(&cname, "client%d", client+1);
f = fopen(loadfile, "r");