From 18dcabaae040d963e5b92621dc59d3e01253665d Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 18 Sep 2006 19:51:27 +0000 Subject: r18624: path is a ref pointer in dfs_GetInfo(). torture test to follow. Guenther (This used to be commit bfaeef756316852fbaa4a2bbc31b190b8b05c89f) --- source4/librpc/idl/dfs.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/librpc') 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, -- cgit