diff options
author | Günther Deschner <gd@samba.org> | 2010-08-02 16:08:30 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-08-02 16:10:06 +0200 |
commit | 6463281f36edc796e51960d4b0c896af24e1b3c2 (patch) | |
tree | 651b8d74cc5001b1543eea757fa15360f9b893b1 /source4/torture | |
parent | 45952b56797982d27731b20d97f5648c9414814a (diff) | |
download | samba-6463281f36edc796e51960d4b0c896af24e1b3c2.tar.gz samba-6463281f36edc796e51960d4b0c896af24e1b3c2.tar.bz2 samba-6463281f36edc796e51960d4b0c896af24e1b3c2.zip |
s4-smbtorture: remove another old and now invalid s3 special case during spoolss testing.
Guenther
Diffstat (limited to 'source4/torture')
-rw-r--r-- | source4/torture/rpc/spoolss.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c index b64848375c..a444c84646 100644 --- a/source4/torture/rpc/spoolss.c +++ b/source4/torture/rpc/spoolss.c @@ -5009,13 +5009,6 @@ static bool test_SetPrinterDataEx_matrix(struct torture_context *tctx, s = 0xffff; } - if (torture_setting_bool(tctx, "samba3", false)) { - if ((types[t] == REG_MULTI_SZ) && s == 0) { - torture_warning(tctx, "samba3 does not handle 4 byte emtpy REG_MULTI_SZ buffers"); - continue; - } - } - switch (types[t]) { case REG_BINARY: data = blob; |