From edeccf0df0989df5a36f88642d0e373847955be2 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Wed, 3 Jun 2009 10:49:44 +0200 Subject: SMB2-CONNECT: make it possible to specific the max write size via --option=torture:smb2maxwrite=12345 metze --- source4/torture/smb2/connect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture') diff --git a/source4/torture/smb2/connect.c b/source4/torture/smb2/connect.c index 01ffffa484..bd1abce827 100644 --- a/source4/torture/smb2/connect.c +++ b/source4/torture/smb2/connect.c @@ -78,7 +78,7 @@ static NTSTATUS torture_smb2_write(struct torture_context *tctx, struct smb2_tre } else if (torture_setting_bool(tctx, "samba4", false)) { data = data_blob_talloc(tree, NULL, UINT16_MAX); } else { - data = data_blob_talloc(tree, NULL, 120000); + data = data_blob_talloc(tree, NULL, torture_setting_int(tctx, "smb2maxwrite", 120000)); } for (i=0;i