diff options
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 82c04ad67a..62e0fb900a 100644 --- a/source4/librpc/idl/dfs.idl +++ b/source4/librpc/idl/dfs.idl @@ -112,7 +112,7 @@ } dfs_Info; WERROR dfs_GetInfo ( - [in,string,charset(UTF16)] uint16 *path, + [in,ref,string,charset(UTF16)] uint16 *path, [in,unique,string,charset(UTF16)] uint16 *server, [in,unique,string,charset(UTF16)] uint16 *share, [in] uint32 level, |