summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-06-03 11:46:44 +0200
committerGünther Deschner <gd@samba.org>2010-06-03 11:46:44 +0200
commit3948876f66955a7b9a657937c0d7926b3578dd3d (patch)
tree745c3e22f021096da081c1867214b2de68a370f4 /source4/torture
parent614e010daad98081bb7bd03289e9350a49ad81ce (diff)
downloadsamba-3948876f66955a7b9a657937c0d7926b3578dd3d.tar.gz
samba-3948876f66955a7b9a657937c0d7926b3578dd3d.tar.bz2
samba-3948876f66955a7b9a657937c0d7926b3578dd3d.zip
s4-smbtorture: only test data up to a length of 9 bytes in test_SetPrinterDataEx_matrix().
Guenther
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/rpc/spoolss.c2
1 files changed, 1 insertions, 1 deletions
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;