diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-02-19 13:56:06 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-03-05 10:06:24 -0800 |
commit | 05e821b220328b88dd9eece919b8adee3e4281ac (patch) | |
tree | 8c4933466d36ce451afc5157db50ec7f78009d1f /source3 | |
parent | 3667a2eee388915fca2b894ae37375eeed46e941 (diff) | |
download | samba-05e821b220328b88dd9eece919b8adee3e4281ac.tar.gz samba-05e821b220328b88dd9eece919b8adee3e4281ac.tar.xz samba-05e821b220328b88dd9eece919b8adee3e4281ac.zip |
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>
Diffstat (limited to 'source3')
-rw-r--r-- | source3/torture/torture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/torture/torture.c b/source3/torture/torture.c index 1f29a70677..340f754d54 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -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) { |