summaryrefslogtreecommitdiff
path: root/source4/librpc/idl/dfs.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-09-18 19:51:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:18:57 -0500
commit18dcabaae040d963e5b92621dc59d3e01253665d (patch)
tree5b904799b4ba9a0f04c3f9b8248b4adc53f306eb /source4/librpc/idl/dfs.idl
parent2ccef5554fc8f55a33a0e39cd63ecaaee8f4cd1d (diff)
downloadsamba-18dcabaae040d963e5b92621dc59d3e01253665d.tar.gz
samba-18dcabaae040d963e5b92621dc59d3e01253665d.tar.bz2
samba-18dcabaae040d963e5b92621dc59d3e01253665d.zip
r18624: path is a ref pointer in dfs_GetInfo().
torture test to follow. Guenther (This used to be commit bfaeef756316852fbaa4a2bbc31b190b8b05c89f)
Diffstat (limited to 'source4/librpc/idl/dfs.idl')
-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 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,