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

gd at samba.org gd at samba.org
Wed Sep 20 22:31:05 GMT 2006


Author: gd
Date: 2006-09-20 22:31:04 +0000 (Wed, 20 Sep 2006)
New Revision: 18746

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

Log:
Fix the build.

Guenther

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


Changeset:
Modified: branches/SAMBA_4_0/source/librpc/idl/dfs.idl
===================================================================
--- branches/SAMBA_4_0/source/librpc/idl/dfs.idl	2006-09-20 22:23:12 UTC (rev 18745)
+++ branches/SAMBA_4_0/source/librpc/idl/dfs.idl	2006-09-20 22:31:04 UTC (rev 18746)
@@ -334,7 +334,7 @@
 
 	/* Function 0x15 */
 	WERROR dfs_EnumEx(
-		[in]		[string,charset(UTF16)] uint16 name[],
+		[in]		[string,charset(UTF16)] uint16 dfs_name[],
 		[in]		uint32 level,
 		[in]		uint32 bufsize,
 		[in,out,unique]	dfs_EnumStruct *info,



More information about the samba-cvs mailing list