diff options
author | Günther Deschner <gd@samba.org> | 2006-09-20 22:31:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:19:06 -0500 |
commit | 4de1fbfde81355b54c0fbac7749da9cc10b965b0 (patch) | |
tree | ed8db8e0905351ee0fb535fc5859c9b0d6a7c12d /source4 | |
parent | 8c8240c677de96070966026a5dc14c523663714a (diff) | |
download | samba-4de1fbfde81355b54c0fbac7749da9cc10b965b0.tar.gz samba-4de1fbfde81355b54c0fbac7749da9cc10b965b0.tar.bz2 samba-4de1fbfde81355b54c0fbac7749da9cc10b965b0.zip |
r18746: Fix the build.
Guenther
(This used to be commit 34cff06e25ce63e2e3e78f9191138d21189a60a8)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/dfs.idl | 2 |
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, |