From b0d8e2d42c115ce2a7639810b31302b6ec0585b8 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 9 Oct 2006 14:06:13 +0000 Subject: r19204: Samba3 does level6 now (This used to be commit 603ecde9bca4460fb139f5119b9034c8b22f727b) --- source4/torture/rpc/samba3rpc.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'source4/torture/rpc') 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)) { -- cgit