]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
r19204: Samba3 does level6 now
authorVolker Lendecke <vlendec@samba.org>
Mon, 9 Oct 2006 14:06:13 +0000 (14:06 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:20:53 +0000 (14:20 -0500)
(This used to be commit 603ecde9bca4460fb139f5119b9034c8b22f727b)

source4/torture/rpc/samba3rpc.c

index 91a86387ff1e63595933d5a23e20fc9e5f3ff860..e10a9b54b7c61d5691db7ee9f17f67715e913df5 100644 (file)
@@ -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)) {