diff options
author | Stefan Metzmacher <metze@samba.org> | 2014-02-19 13:56:06 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2014-04-01 09:26:37 +0200 |
commit | 3528b520dc0f284b9e2aa2207b20a0c80a8ec5be (patch) | |
tree | cbd85d3e29b2fec7bd7d205ad1059478ea37ef08 /source3/torture | |
parent | 8733ce128982b368a0337ffe5c14eb80aceac0f9 (diff) | |
download | samba-3528b520dc0f284b9e2aa2207b20a0c80a8ec5be.tar.gz |
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>
(cherry picked from commit 05e821b220328b88dd9eece919b8adee3e4281ac)
Diffstat (limited to 'source3/torture')
-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 b7badc6d76..197f71f59b 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) { |