diff options
author | Günther Deschner <gd@samba.org> | 2006-09-18 20:21:52 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:18:58 -0500 |
commit | c8f51bced05e5de72d5f9eac0bfa1c6a44d88896 (patch) | |
tree | 8349b356b75d877b8ee6884d98165c71c7bfaade /source4 | |
parent | 248768d0adaad173c82d1fadec37909b07515288 (diff) | |
download | samba-c8f51bced05e5de72d5f9eac0bfa1c6a44d88896.tar.gz samba-c8f51bced05e5de72d5f9eac0bfa1c6a44d88896.tar.bz2 samba-c8f51bced05e5de72d5f9eac0bfa1c6a44d88896.zip |
r18630: Better way to display ref-pointers with [print]. Thanks to metze for
pointing this out.
Guenther
(This used to be commit 246ab597057325611b5e53e6240ee8cabd3b6df7)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/librpc/idl/dfs.idl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/librpc/idl/dfs.idl b/source4/librpc/idl/dfs.idl index 6c377da6cc..42d79d0c81 100644 --- a/source4/librpc/idl/dfs.idl +++ b/source4/librpc/idl/dfs.idl @@ -118,7 +118,7 @@ } dfs_Info; WERROR dfs_GetInfo ( - [in,ref] [string,charset(UTF16)] uint16 *path, + [in] [string,charset(UTF16)] uint16 path[], [in,unique] [string,charset(UTF16)] uint16 *server, [in,unique] [string,charset(UTF16)] uint16 *share, [in] uint32 level, @@ -227,7 +227,7 @@ /* Function 0x15 */ WERROR dfs_EnumEx( - [in,ref] [string,charset(UTF16)] uint16 *name, + [in] [string,charset(UTF16)] uint16 name[], [in] uint32 level, [in] uint32 bufsize, [in,out,unique] dfs_EnumStruct *info, |