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

metze at samba.org metze at samba.org
Wed Feb 23 15:06:25 GMT 2005


Author: metze
Date: 2005-02-23 15:06:25 +0000 (Wed, 23 Feb 2005)
New Revision: 5515

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

Log:
fix PrinterInfo3

metze

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	2005-02-23 10:20:13 UTC (rev 5514)
+++ branches/SAMBA_4_0/source/librpc/idl/spoolss.idl	2005-02-23 15:06:25 UTC (rev 5515)
@@ -125,8 +125,7 @@
 	} spoolss_PrinterInfo2;
 
 	typedef struct {
-		uint32 flags;
-		[subcontext(0)] security_descriptor secdesc;
+		[relative,subcontext(0)] security_descriptor *secdesc;
 	} spoolss_PrinterInfo3;
 
 	typedef struct {



More information about the samba-cvs mailing list