From 69610484872bb8c9d52cd1b12c56a3bf99be78ae Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 30 Jun 2010 17:13:42 +0200 Subject: s4-smbtorture: in extended setvalue winreg test, reduce max random buffer length to 16 bytes. Guenther --- source4/torture/rpc/winreg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/rpc') diff --git a/source4/torture/rpc/winreg.c b/source4/torture/rpc/winreg.c index 28783a0c9d..92404d3da7 100644 --- a/source4/torture/rpc/winreg.c +++ b/source4/torture/rpc/winreg.c @@ -2279,7 +2279,7 @@ static bool test_SetValue_extended(struct dcerpc_binding_handle *b, torture_comment(tctx, "Testing SetValue (extended formats)\n"); for (t=0; t < ARRAY_SIZE(types); t++) { - for (l=0; l < 32; l++) { + for (l=0; l < 16; l++) { enum winreg_Type w_type; uint32_t w_size, w_length; -- cgit