From: Volker Lendecke Date: Mon, 9 Oct 2006 14:06:13 +0000 (+0000) Subject: r19204: Samba3 does level6 now X-Git-Tag: samba-4.0.0alpha6~801^3~4534 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0d8e2d42c115ce2a7639810b31302b6ec0585b8;p=thirdparty%2Fsamba.git r19204: Samba3 does level6 now (This used to be commit 603ecde9bca4460fb139f5119b9034c8b22f727b) --- diff --git a/source4/torture/rpc/samba3rpc.c b/source4/torture/rpc/samba3rpc.c index 91a86387ff1..e10a9b54b7c 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)) {