The branch, master has been updated
via 6463281... s4-smbtorture: remove another old and now invalid s3
special case during spoolss testing.
from 45952b5... spoolss: fix potential crash bug in
spoolss_PrinterEnumValues push path.
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 6463281f36edc796e51960d4b0c896af24e1b3c2
Author: Günther Deschner <[email protected]>
Date: Mon Aug 2 16:08:30 2010 +0200
s4-smbtorture: remove another old and now invalid s3 special case during
spoolss testing.
Guenther
-----------------------------------------------------------------------
Summary of changes:
source4/torture/rpc/spoolss.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c
index b648483..a444c84 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;
--
Samba Shared Repository