diff options
author | Günther Deschner <gd@samba.org> | 2010-06-03 11:46:44 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-06-03 11:46:44 +0200 |
commit | 3948876f66955a7b9a657937c0d7926b3578dd3d (patch) | |
tree | 745c3e22f021096da081c1867214b2de68a370f4 /source4 | |
parent | 614e010daad98081bb7bd03289e9350a49ad81ce (diff) | |
download | samba-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')
-rw-r--r-- | source4/torture/rpc/spoolss.c | 2 |
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; |