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

tridge at samba.org tridge at samba.org
Wed Aug 17 13:14:41 GMT 2005


Author: tridge
Date: 2005-08-17 13:14:40 +0000 (Wed, 17 Aug 2005)
New Revision: 9360

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

Log:
fixed the IDL for winreg_SetValue()

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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/winreg.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/winreg.idl	2005-08-17 13:09:42 UTC (rev 9359)
+++ branches/SAMBA_4_0/source/librpc/idl/winreg.idl	2005-08-17 13:14:40 UTC (rev 9360)
@@ -233,7 +233,7 @@
 		[in,ref]           policy_handle *handle,
 		[in]               winreg_String name,
 		[in]               uint32 type,
-		[in,size_is(size)] uint8  *data,
+		[in,size_is(size),ref] uint8  *data,
 		[in]               uint32 size
 	);
 



More information about the samba-cvs mailing list