mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
s3:torture: use CLI_BUFFER_SIZE instead of BUFFER_SIZE
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
3667a2eee3
commit
05e821b220
@ -3087,7 +3087,7 @@ static bool run_randomipc(int dummy)
|
||||
|
||||
cli_api(cli,
|
||||
param, param_len, 8,
|
||||
NULL, 0, BUFFER_SIZE,
|
||||
NULL, 0, CLI_BUFFER_SIZE,
|
||||
&rparam, &rprcnt,
|
||||
&rdata, &rdrcnt);
|
||||
if (i % 100 == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user