1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-02 08:58:33 +03:00

use client1, client2 not client0, client1 to better match netbench

(This used to be commit 4bbc77fa0c3a91fd34e1966892782f5b2a441359)
This commit is contained in:
Andrew Tridgell 2004-03-26 02:09:51 +00:00
parent f169d83a8b
commit 516e90bea9

View File

@ -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");