From 3948876f66955a7b9a657937c0d7926b3578dd3d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 3 Jun 2010 11:46:44 +0200 Subject: s4-smbtorture: only test data up to a length of 9 bytes in test_SetPrinterDataEx_matrix(). Guenther --- source4/torture/rpc/spoolss.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/rpc/spoolss.c') diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c index 07b799416f..b233b21bdd 100644 --- a/source4/torture/rpc/spoolss.c +++ b/source4/torture/rpc/spoolss.c @@ -4736,7 +4736,7 @@ static bool test_SetPrinterDataEx_matrix(struct torture_context *tctx, REG_DWORD, REG_BINARY }; - const char *str = "abcdefghijklmnopqrstuvwxzy"; + const char *str = "abcdefghi"; int i, t, s; -- cgit