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

idra at samba.org idra at samba.org
Wed Feb 14 19:59:31 GMT 2007


Author: idra
Date: 2007-02-14 19:59:30 +0000 (Wed, 14 Feb 2007)
New Revision: 21348

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

Log:

Fix the build.


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	2007-02-14 19:30:05 UTC (rev 21347)
+++ branches/SAMBA_4_0/source/librpc/idl/winreg.idl	2007-02-14 19:59:30 UTC (rev 21348)
@@ -217,7 +217,7 @@
 	/* Function: 0x10 */
 	WERROR winreg_QueryInfoKey(
 		[in,ref] policy_handle *handle,
-		[in,out,ref] winreg_String *class,
+		[in,out,ref] winreg_String *class_in,
 		[out,ref] uint32 *num_subkeys,
 		[out,ref] uint32 *max_subkeylen,
 		[out,ref] uint32 *max_subkeysize,



More information about the samba-cvs mailing list