1
0
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:
Stefan Metzmacher 2014-02-19 13:56:06 +01:00 committed by Jeremy Allison
parent 3667a2eee3
commit 05e821b220

View File

@ -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) {