summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2006-10-09 14:06:13 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:20:53 -0500
commitb0d8e2d42c115ce2a7639810b31302b6ec0585b8 (patch)
treec6284df2c1bd9741a0bc13e84fbdec3f8e90b496 /source4/torture
parent22abc6b927eae03aae238b016022a40e2fab8d36 (diff)
downloadsamba-b0d8e2d42c115ce2a7639810b31302b6ec0585b8.tar.gz
samba-b0d8e2d42c115ce2a7639810b31302b6ec0585b8.tar.bz2
samba-b0d8e2d42c115ce2a7639810b31302b6ec0585b8.zip
r19204: Samba3 does level6 now
(This used to be commit 603ecde9bca4460fb139f5119b9034c8b22f727b)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/rpc/samba3rpc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/torture/rpc/samba3rpc.c b/source4/torture/rpc/samba3rpc.c
index 91a86387ff..e10a9b54b7 100644
--- a/source4/torture/rpc/samba3rpc.c
+++ b/source4/torture/rpc/samba3rpc.c
@@ -2516,11 +2516,6 @@ BOOL torture_samba3_rpc_spoolss(struct torture_context *torture)
int i;
for (i=0; i<8; i++) {
- if ((i == 6) &&
- (lp_parm_bool(-1, "target", "samba3", False))) {
- /* Samba3 does not yet do level 6 */
- continue;
- }
status = getprinterinfo(mem_ctx, p, &printer_handle,
i, NULL);
if (!NT_STATUS_IS_OK(status)) {