svn commit: samba r19204 - in branches/SAMBA_4_0/source/torture/rpc: .

vlendec at samba.org vlendec at samba.org
Mon Oct 9 14:06:14 GMT 2006


Author: vlendec
Date: 2006-10-09 14:06:13 +0000 (Mon, 09 Oct 2006)
New Revision: 19204

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19204

Log:
Samba3 does level6 now
Modified:
   branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c
===================================================================
--- branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c	2006-10-09 13:26:29 UTC (rev 19203)
+++ branches/SAMBA_4_0/source/torture/rpc/samba3rpc.c	2006-10-09 14:06:13 UTC (rev 19204)
@@ -2516,11 +2516,6 @@
 		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)) {



More information about the samba-cvs mailing list