svn commit: samba r3215 - in branches/SAMBA_4_0/source/librpc/idl: .

tpot at samba.org tpot at samba.org
Mon Oct 25 12:44:53 GMT 2004


Author: tpot
Date: 2004-10-25 12:44:53 +0000 (Mon, 25 Oct 2004)
New Revision: 3215

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/librpc/idl&rev=3215&nolog=1

Log:
access_required -> access_mask for OpenPrinterEx

Modified:
   branches/SAMBA_4_0/source/librpc/idl/spoolss.idl


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/spoolss.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/spoolss.idl	2004-10-25 11:55:13 UTC (rev 3214)
+++ branches/SAMBA_4_0/source/librpc/idl/spoolss.idl	2004-10-25 12:44:53 UTC (rev 3215)
@@ -705,7 +705,7 @@
 		[in]                  unistr *printername,
 		[in]                  unistr *datatype,
 		[in]	              spoolss_DevmodeContainer devmode_ctr,
-		[in]	              uint32 access_required,
+		[in]	              uint32 access_mask,
 		[in]	              uint32 level,
 		[in,switch_is(level)] spoolss_UserLevel userlevel,
 		[out,ref]	      policy_handle *handle



More information about the samba-cvs mailing list