From 3528b520dc0f284b9e2aa2207b20a0c80a8ec5be Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 19 Feb 2014 13:56:06 +0100 Subject: [PATCH] s3:torture: use CLI_BUFFER_SIZE instead of BUFFER_SIZE Signed-off-by: Stefan Metzmacher Reviewed-by: Jeremy Allison (cherry picked from commit 05e821b220328b88dd9eece919b8adee3e4281ac) --- source3/torture/torture.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/torture/torture.c b/source3/torture/torture.c index b7badc6d761..197f71f59bf 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) { -- 2.34.1