summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-07-30 11:23:06 +0200
committerGünther Deschner <gd@samba.org>2010-07-30 11:23:06 +0200
commit89071133e34cd5264bfc55d77d4ee77dc3604a9f (patch)
tree646abfb2565244ad56a556562d66cbbb661ee1ba /source4
parentb7f029016a6a3fb98652c65f27ae80ad78048396 (diff)
downloadsamba-89071133e34cd5264bfc55d77d4ee77dc3604a9f.tar.gz
samba-89071133e34cd5264bfc55d77d4ee77dc3604a9f.tar.bz2
samba-89071133e34cd5264bfc55d77d4ee77dc3604a9f.zip
Revert "s4-torture: Disable setting REG_BINARY printer data with size 0."
This reverts commit 104c419345a42a9a02ae25df482f449dc41a6380.
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/rpc/spoolss.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/source4/torture/rpc/spoolss.c b/source4/torture/rpc/spoolss.c
index 8b258b66af..29d666d758 100644
--- a/source4/torture/rpc/spoolss.c
+++ b/source4/torture/rpc/spoolss.c
@@ -5016,10 +5016,6 @@ static bool test_SetPrinterDataEx_matrix(struct torture_context *tctx,
torture_warning(tctx, "samba3 does not handle 4 byte emtpy REG_MULTI_SZ buffers");
continue;
}
- if ((types[t] == REG_BINARY) && s == 0) {
- torture_warning(tctx, "samba3 does not handle emtpy REG_BINARY buffers");
- continue;
- }
}
switch (types[t]) {