summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-09-20 22:31:04 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:19:06 -0500
commit4de1fbfde81355b54c0fbac7749da9cc10b965b0 (patch)
treeed8db8e0905351ee0fb535fc5859c9b0d6a7c12d
parent8c8240c677de96070966026a5dc14c523663714a (diff)
downloadsamba-4de1fbfde81355b54c0fbac7749da9cc10b965b0.tar.gz
samba-4de1fbfde81355b54c0fbac7749da9cc10b965b0.tar.bz2
samba-4de1fbfde81355b54c0fbac7749da9cc10b965b0.zip
r18746: Fix the build.
Guenther (This used to be commit 34cff06e25ce63e2e3e78f9191138d21189a60a8)
-rw-r--r--source4/librpc/idl/dfs.idl2
1 files changed, 1 insertions, 1 deletions
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,