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

metze at samba.org metze at samba.org
Mon Jun 6 15:00:55 GMT 2005


Author: metze
Date: 2005-06-06 15:00:55 +0000 (Mon, 06 Jun 2005)
New Revision: 7341

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

Log:
fix StartDocPrinter() idl

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-06-06 14:56:51 UTC (rev 7340)
+++ branches/SAMBA_4_0/source/librpc/idl/spoolss.idl	2005-06-06 15:00:55 UTC (rev 7341)
@@ -627,7 +627,7 @@
 	} spoolss_DocumentInfo1;
 
 	typedef [switch_type(uint32)] union {
-		[case(1)] spoolss_DocumentInfo1 info1;	
+		[case(1)] spoolss_DocumentInfo1 *info1;	
 	} spoolss_DocumentInfo;
 
 	WERROR spoolss_StartDocPrinter(



More information about the samba-cvs mailing list