From 6463281f36edc796e51960d4b0c896af24e1b3c2 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 2 Aug 2010 16:08:30 +0200 Subject: s4-smbtorture: remove another old and now invalid s3 special case during spoolss testing. Guenther --- source4/torture/rpc/spoolss.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source4/torture') 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; -- cgit