From 4de1fbfde81355b54c0fbac7749da9cc10b965b0 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 20 Sep 2006 22:31:04 +0000 Subject: r18746: Fix the build. Guenther (This used to be commit 34cff06e25ce63e2e3e78f9191138d21189a60a8) --- source4/librpc/idl/dfs.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4') diff --git a/source4/librpc/idl/dfs.idl b/source4/librpc/idl/dfs.idl index 751704cea5..aa72b550b4 100644 --- a/source4/librpc/idl/dfs.idl +++ b/source4/librpc/idl/dfs.idl @@ -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, -- cgit